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

branch
6_1_x
changeset 4836
51e12b77428e
parent 4370
54dbb658f9e6
child 4945
aa494a61240b
equal deleted inserted replaced
4835:371c03e08f7b 4836:51e12b77428e
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>
384 variables (int) 387 variables (int)
385 </dd><dt><i>filterString</i></dt> 388 </dd><dt><i>filterString</i></dt>
386 <dd> 389 <dd>
387 string of filter patterns separated by ';' 390 string of filter patterns separated by ';'
388 </dd> 391 </dd>
392 </dl><a NAME="DebugClientBase.__getCompletionList" ID="DebugClientBase.__getCompletionList"></a>
393 <h4>DebugClientBase.__getCompletionList</h4>
394 <b>__getCompletionList</b>(<i>text, completer, completions</i>)
395 <p>
396 Private method to create a completions list.
397 </p><dl>
398 <dt><i>text</i></dt>
399 <dd>
400 text to complete (string)
401 </dd><dt><i>completer</i></dt>
402 <dd>
403 completer methode
404 </dd><dt><i>completions</i></dt>
405 <dd>
406 set where to add new completions strings (set)
407 </dd>
389 </dl><a NAME="DebugClientBase.__getSysPath" ID="DebugClientBase.__getSysPath"></a> 408 </dl><a NAME="DebugClientBase.__getSysPath" ID="DebugClientBase.__getSysPath"></a>
390 <h4>DebugClientBase.__getSysPath</h4> 409 <h4>DebugClientBase.__getSysPath</h4>
391 <b>__getSysPath</b>(<i>firstEntry</i>) 410 <b>__getSysPath</b>(<i>firstEntry</i>)
392 <p> 411 <p>
393 Private slot to calculate a path list including the PYTHONPATH 412 Private slot to calculate a path list including the PYTHONPATH

eric ide

mercurial