--- a/Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html Sun Jan 17 13:41:01 2010 +0000 +++ b/Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html Sun Jan 17 15:23:00 2010 +0000 @@ -130,6 +130,9 @@ <td><a href="#DebugClientBase.__generateFilterObjects">__generateFilterObjects</a></td> <td>Private slot to convert a filter string to a list of filter objects.</td> </tr><tr> +<td><a href="#DebugClientBase.__getSysPath">__getSysPath</a></td> +<td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td> +</tr><tr> <td><a href="#DebugClientBase.__interact">__interact</a></td> <td>Private method to Interact with the debugger.</td> </tr><tr> @@ -365,6 +368,22 @@ <dd> string of filter patterns separated by ';' </dd> +</dl><a NAME="DebugClientBase.__getSysPath" ID="DebugClientBase.__getSysPath"></a> +<h4>DebugClientBase.__getSysPath</h4> +<b>__getSysPath</b>(<i>firstEntry</i>) +<p> + Private slot to calculate a path list including the PYTHONPATH + environment variable. +</p><dl> +<dt><i>firstEntry</i></dt> +<dd> +entry to be put first in sys.path (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +path list for use as sys.path (list of strings) +</dd> </dl><a NAME="DebugClientBase.__interact" ID="DebugClientBase.__interact"></a> <h4>DebugClientBase.__interact</h4> <b>__interact</b>(<i></i>)