src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10321
4a017fdf316f
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
83 <td><a href="#DebuggerInterfacePython.__handleJsonCommand">__handleJsonCommand</a></td> 83 <td><a href="#DebuggerInterfacePython.__handleJsonCommand">__handleJsonCommand</a></td>
84 <td>Private method to handle a command or response serialized as a JSON string.</td> 84 <td>Private method to handle a command or response serialized as a JSON string.</td>
85 </tr> 85 </tr>
86 <tr> 86 <tr>
87 <td><a href="#DebuggerInterfacePython.__identityTranslation">__identityTranslation</a></td> 87 <td><a href="#DebuggerInterfacePython.__identityTranslation">__identityTranslation</a></td>
88 <td></td> 88 <td>Private method to perform the identity path translation.</td>
89 </tr> 89 </tr>
90 <tr> 90 <tr>
91 <td><a href="#DebuggerInterfacePython.__parseClientLine">__parseClientLine</a></td> 91 <td><a href="#DebuggerInterfacePython.__parseClientLine">__parseClientLine</a></td>
92 <td>Private method to handle data from the client.</td> 92 <td>Private method to handle data from the client.</td>
93 </tr> 93 </tr>
363 </dl> 363 </dl>
364 <a NAME="DebuggerInterfacePython.__identityTranslation" ID="DebuggerInterfacePython.__identityTranslation"></a> 364 <a NAME="DebuggerInterfacePython.__identityTranslation" ID="DebuggerInterfacePython.__identityTranslation"></a>
365 <h4>DebuggerInterfacePython.__identityTranslation</h4> 365 <h4>DebuggerInterfacePython.__identityTranslation</h4>
366 <b>__identityTranslation</b>(<i>fn, remote2local=True</i>) 366 <b>__identityTranslation</b>(<i>fn, remote2local=True</i>)
367 367
368 <p>
369 Private method to perform the identity path translation.
370 </p>
371 <dl>
372
373 <dt><i>fn</i> (str)</dt>
374 <dd>
375 filename to be translated
376 </dd>
377 <dt><i>remote2local</i> (bool)</dt>
378 <dd>
379 flag indicating the direction of translation
380 (False = local to remote, True = remote to local [default])
381 </dd>
382 </dl>
383 <dl>
384 <dt>Return:</dt>
385 <dd>
386 translated filename
387 </dd>
388 </dl>
389 <dl>
390 <dt>Return Type:</dt>
391 <dd>
392 str
393 </dd>
394 </dl>
368 <a NAME="DebuggerInterfacePython.__parseClientLine" ID="DebuggerInterfacePython.__parseClientLine"></a> 395 <a NAME="DebuggerInterfacePython.__parseClientLine" ID="DebuggerInterfacePython.__parseClientLine"></a>
369 <h4>DebuggerInterfacePython.__parseClientLine</h4> 396 <h4>DebuggerInterfacePython.__parseClientLine</h4>
370 <b>__parseClientLine</b>(<i>sock</i>) 397 <b>__parseClientLine</b>(<i>sock</i>)
371 398
372 <p> 399 <p>

eric ide

mercurial