--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Fri Oct 27 14:09:40 2023 +0200 @@ -85,7 +85,7 @@ </tr> <tr> <td><a href="#DebuggerInterfacePython.__identityTranslation">__identityTranslation</a></td> -<td></td> +<td>Private method to perform the identity path translation.</td> </tr> <tr> <td><a href="#DebuggerInterfacePython.__parseClientLine">__parseClientLine</a></td> @@ -365,6 +365,33 @@ <h4>DebuggerInterfacePython.__identityTranslation</h4> <b>__identityTranslation</b>(<i>fn, remote2local=True</i>) +<p> + Private method to perform the identity path translation. +</p> +<dl> + +<dt><i>fn</i> (str)</dt> +<dd> +filename to be translated +</dd> +<dt><i>remote2local</i> (bool)</dt> +<dd> +flag indicating the direction of translation + (False = local to remote, True = remote to local [default]) +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +translated filename +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="DebuggerInterfacePython.__parseClientLine" ID="DebuggerInterfacePython.__parseClientLine"></a> <h4>DebuggerInterfacePython.__parseClientLine</h4> <b>__parseClientLine</b>(<i>sock</i>)