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>Private method to perform the identity path translation.</td> |
88 <td></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> |
|
395 <a NAME="DebuggerInterfacePython.__parseClientLine" ID="DebuggerInterfacePython.__parseClientLine"></a> |
368 <a NAME="DebuggerInterfacePython.__parseClientLine" ID="DebuggerInterfacePython.__parseClientLine"></a> |
396 <h4>DebuggerInterfacePython.__parseClientLine</h4> |
369 <h4>DebuggerInterfacePython.__parseClientLine</h4> |
397 <b>__parseClientLine</b>(<i>sock</i>) |
370 <b>__parseClientLine</b>(<i>sock</i>) |
398 |
371 |
399 <p> |
372 <p> |