Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html

changeset 4837
57d8b7abde6c
parent 4370
54dbb658f9e6
child 4945
aa494a61240b
equal deleted inserted replaced
4834:3605138fa29d 4837:57d8b7abde6c
130 <td>Private method to produce a formated variables list.</td> 130 <td>Private method to produce a formated variables list.</td>
131 </tr><tr> 131 </tr><tr>
132 <td><a href="#DebugClientBase.__generateFilterObjects">__generateFilterObjects</a></td> 132 <td><a href="#DebugClientBase.__generateFilterObjects">__generateFilterObjects</a></td>
133 <td>Private slot to convert a filter string to a list of filter objects.</td> 133 <td>Private slot to convert a filter string to a list of filter objects.</td>
134 </tr><tr> 134 </tr><tr>
135 <td><a href="#DebugClientBase.__getCompletionList">__getCompletionList</a></td>
136 <td>Private method to create a completions list.</td>
137 </tr><tr>
135 <td><a href="#DebugClientBase.__getSysPath">__getSysPath</a></td> 138 <td><a href="#DebugClientBase.__getSysPath">__getSysPath</a></td>
136 <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td> 139 <td>Private slot to calculate a path list including the PYTHONPATH environment variable.</td>
137 </tr><tr> 140 </tr><tr>
138 <td><a href="#DebugClientBase.__interact">__interact</a></td> 141 <td><a href="#DebugClientBase.__interact">__interact</a></td>
139 <td>Private method to Interact with the debugger.</td> 142 <td>Private method to Interact with the debugger.</td>
369 variables (int) 372 variables (int)
370 </dd><dt><i>filterString</i></dt> 373 </dd><dt><i>filterString</i></dt>
371 <dd> 374 <dd>
372 string of filter patterns separated by ';' 375 string of filter patterns separated by ';'
373 </dd> 376 </dd>
377 </dl><a NAME="DebugClientBase.__getCompletionList" ID="DebugClientBase.__getCompletionList"></a>
378 <h4>DebugClientBase.__getCompletionList</h4>
379 <b>__getCompletionList</b>(<i>text, completer, completions</i>)
380 <p>
381 Private method to create a completions list.
382 </p><dl>
383 <dt><i>text</i></dt>
384 <dd>
385 text to complete (string)
386 </dd><dt><i>completer</i></dt>
387 <dd>
388 completer methode
389 </dd><dt><i>completions</i></dt>
390 <dd>
391 set where to add new completions strings (set)
392 </dd>
374 </dl><a NAME="DebugClientBase.__getSysPath" ID="DebugClientBase.__getSysPath"></a> 393 </dl><a NAME="DebugClientBase.__getSysPath" ID="DebugClientBase.__getSysPath"></a>
375 <h4>DebugClientBase.__getSysPath</h4> 394 <h4>DebugClientBase.__getSysPath</h4>
376 <b>__getSysPath</b>(<i>firstEntry</i>) 395 <b>__getSysPath</b>(<i>firstEntry</i>)
377 <p> 396 <p>
378 Private slot to calculate a path list including the PYTHONPATH 397 Private slot to calculate a path list including the PYTHONPATH

eric ide

mercurial