RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.JsonServer.html

changeset 285
247d62c682dc
parent 204
b4bf79b956bc
child 321
d51e810107ec
equal deleted inserted replaced
284:18f32c079abc 285:247d62c682dc
185 <dd> 185 <dd>
186 id of the connection to send data to 186 id of the connection to send data to
187 </dd> 187 </dd>
188 </dl><a NAME="JsonServer.startClient" ID="JsonServer.startClient"></a> 188 </dl><a NAME="JsonServer.startClient" ID="JsonServer.startClient"></a>
189 <h4>JsonServer.startClient</h4> 189 <h4>JsonServer.startClient</h4>
190 <b>startClient</b>(<i>interpreter, clientScript, clientArgs, idString=""</i>) 190 <b>startClient</b>(<i>interpreter, clientScript, clientArgs, idString="", environment=None</i>)
191 <p> 191 <p>
192 Public method to start a client process. 192 Public method to start a client process.
193 </p><dl> 193 </p><dl>
194 <dt><i>interpreter</i> (str)</dt> 194 <dt><i>interpreter</i> (str)</dt>
195 <dd> 195 <dd>
201 <dd> 201 <dd>
202 list of arguments for the client 202 list of arguments for the client
203 </dd><dt><i>idString</i> (str)</dt> 203 </dd><dt><i>idString</i> (str)</dt>
204 <dd> 204 <dd>
205 id of the client to be started 205 id of the client to be started
206 </dd><dt><i>environment</i> (dict)</dt>
207 <dd>
208 dictionary of environment settings to pass
206 </dd> 209 </dd>
207 </dl><dl> 210 </dl><dl>
208 <dt>Returns:</dt> 211 <dt>Returns:</dt>
209 <dd> 212 <dd>
210 flag indicating a successful client start 213 flag indicating a successful client start

eric ide

mercurial