--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Thu May 25 19:52:31 2023 +0200 @@ -85,7 +85,7 @@ </tr> <tr> <td><a href="#DebuggerInterfacePython.__identityTranslation">__identityTranslation</a></td> -<td>Private method to perform the identity path translation.</td> +<td></td> </tr> <tr> <td><a href="#DebuggerInterfacePython.__parseClientLine">__parseClientLine</a></td> @@ -365,33 +365,6 @@ <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>)