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> |
363 variables (int) |
366 variables (int) |
364 </dd><dt><i>filterString</i></dt> |
367 </dd><dt><i>filterString</i></dt> |
365 <dd> |
368 <dd> |
366 string of filter patterns separated by ';' |
369 string of filter patterns separated by ';' |
367 </dd> |
370 </dd> |
|
371 </dl><a NAME="DebugClientBase.__getSysPath" ID="DebugClientBase.__getSysPath"></a> |
|
372 <h4>DebugClientBase.__getSysPath</h4> |
|
373 <b>__getSysPath</b>(<i>firstEntry</i>) |
|
374 <p> |
|
375 Private slot to calculate a path list including the PYTHONPATH |
|
376 environment variable. |
|
377 </p><dl> |
|
378 <dt><i>firstEntry</i></dt> |
|
379 <dd> |
|
380 entry to be put first in sys.path (string) |
|
381 </dd> |
|
382 </dl><dl> |
|
383 <dt>Returns:</dt> |
|
384 <dd> |
|
385 path list for use as sys.path (list of strings) |
|
386 </dd> |
368 </dl><a NAME="DebugClientBase.__interact" ID="DebugClientBase.__interact"></a> |
387 </dl><a NAME="DebugClientBase.__interact" ID="DebugClientBase.__interact"></a> |
369 <h4>DebugClientBase.__interact</h4> |
388 <h4>DebugClientBase.__interact</h4> |
370 <b>__interact</b>(<i></i>) |
389 <b>__interact</b>(<i></i>) |
371 <p> |
390 <p> |
372 Private method to Interact with the debugger. |
391 Private method to Interact with the debugger. |