src/eric7/Documentation/Source/eric7.Toolbox.SingleApplication.html

branch
eric7
changeset 10303
ee1aadab1215
parent 10070
9f5758c0fec1
child 10431
64157aeb0312
equal deleted inserted replaced
10302:8cb0dabf852f 10303:ee1aadab1215
74 <td><a href="#SingleApplicationClient.errstr">errstr</a></td> 74 <td><a href="#SingleApplicationClient.errstr">errstr</a></td>
75 <td>Public method to return a meaningful error string for the last error.</td> 75 <td>Public method to return a meaningful error string for the last error.</td>
76 </tr> 76 </tr>
77 <tr> 77 <tr>
78 <td><a href="#SingleApplicationClient.processArgs">processArgs</a></td> 78 <td><a href="#SingleApplicationClient.processArgs">processArgs</a></td>
79 <td>Public method to process the command line args passed to the UI.</td> 79 <td>Public method to process the command line arguments passed to the UI.</td>
80 </tr> 80 </tr>
81 <tr> 81 <tr>
82 <td><a href="#SingleApplicationClient.sendCommand">sendCommand</a></td> 82 <td><a href="#SingleApplicationClient.sendCommand">sendCommand</a></td>
83 <td>Public method to send the command to the application server.</td> 83 <td>Public method to send the command to the application server.</td>
84 </tr> 84 </tr>
150 <a NAME="SingleApplicationClient.processArgs" ID="SingleApplicationClient.processArgs"></a> 150 <a NAME="SingleApplicationClient.processArgs" ID="SingleApplicationClient.processArgs"></a>
151 <h4>SingleApplicationClient.processArgs</h4> 151 <h4>SingleApplicationClient.processArgs</h4>
152 <b>processArgs</b>(<i>args</i>) 152 <b>processArgs</b>(<i>args</i>)
153 153
154 <p> 154 <p>
155 Public method to process the command line args passed to the UI. 155 Public method to process the command line arguments passed to the UI.
156 </p> 156 </p>
157 <p> 157 <p>
158 <b>Note</b>: This method must be overridden by subclasses. 158 <b>Note</b>: This method must be overridden by subclasses.
159 </p> 159 </p>
160 <dl> 160 <dl>
161 161
162 <dt><i>args</i></dt> 162 <dt><i>args</i> (argparse.Namespace)</dt>
163 <dd> 163 <dd>
164 command line args (list of strings) 164 namespace object containing the parsed command line parameters
165 </dd> 165 </dd>
166 </dl> 166 </dl>
167 <dl> 167 <dl>
168 168
169 <dt>Raises <b>NotImplementedError</b>:</dt> 169 <dt>Raises <b>NotImplementedError</b>:</dt>

eric ide

mercurial