128 <td>Private method to produce a formated variables list.</td> |
128 <td>Private method to produce a formated variables list.</td> |
129 </tr><tr> |
129 </tr><tr> |
130 <td><a href="#DebugClientBase.__generateFilterObjects">__generateFilterObjects</a></td> |
130 <td><a href="#DebugClientBase.__generateFilterObjects">__generateFilterObjects</a></td> |
131 <td>Private slot to convert a filter string to a list of filter objects.</td> |
131 <td>Private slot to convert a filter string to a list of filter objects.</td> |
132 </tr><tr> |
132 </tr><tr> |
|
133 <td><a href="#DebugClientBase.__getSysPath">__getSysPath</a></td> |
|
134 <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td> |
|
135 </tr><tr> |
133 <td><a href="#DebugClientBase.__interact">__interact</a></td> |
136 <td><a href="#DebugClientBase.__interact">__interact</a></td> |
134 <td>Private method to Interact with the debugger.</td> |
137 <td>Private method to Interact with the debugger.</td> |
135 </tr><tr> |
138 </tr><tr> |
136 <td><a href="#DebugClientBase.__resolveHost">__resolveHost</a></td> |
139 <td><a href="#DebugClientBase.__resolveHost">__resolveHost</a></td> |
137 <td>Private method to resolve a hostname to an IP address.</td> |
140 <td>Private method to resolve a hostname to an IP address.</td> |
348 variables (int) |
351 variables (int) |
349 </dd><dt><i>filterString</i></dt> |
352 </dd><dt><i>filterString</i></dt> |
350 <dd> |
353 <dd> |
351 string of filter patterns separated by ';' |
354 string of filter patterns separated by ';' |
352 </dd> |
355 </dd> |
|
356 </dl><a NAME="DebugClientBase.__getSysPath" ID="DebugClientBase.__getSysPath"></a> |
|
357 <h4>DebugClientBase.__getSysPath</h4> |
|
358 <b>__getSysPath</b>(<i>firstEntry</i>) |
|
359 <p> |
|
360 Private slot to calculate a path list including the PYTHONPATH |
|
361 environment variable. |
|
362 </p><dl> |
|
363 <dt><i>firstEntry</i></dt> |
|
364 <dd> |
|
365 entry to be put first in sys.path (string) |
|
366 </dd> |
|
367 </dl><dl> |
|
368 <dt>Returns:</dt> |
|
369 <dd> |
|
370 path list for use as sys.path (list of strings) |
|
371 </dd> |
353 </dl><a NAME="DebugClientBase.__interact" ID="DebugClientBase.__interact"></a> |
372 </dl><a NAME="DebugClientBase.__interact" ID="DebugClientBase.__interact"></a> |
354 <h4>DebugClientBase.__interact</h4> |
373 <h4>DebugClientBase.__interact</h4> |
355 <b>__interact</b>(<i></i>) |
374 <b>__interact</b>(<i></i>) |
356 <p> |
375 <p> |
357 Private method to Interact with the debugger. |
376 Private method to Interact with the debugger. |