353 variable entry is a tuple of three elements, the variable name, |
353 variable entry is a tuple of three elements, the variable name, |
354 its type and value. |
354 its type and value. |
355 </dd> |
355 </dd> |
356 </dl><a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a> |
356 </dl><a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a> |
357 <h4>DebugClientBase.__formatVariablesList</h4> |
357 <h4>DebugClientBase.__formatVariablesList</h4> |
358 <b>__formatVariablesList</b>(<i>keylist, dict_, scope, filterList=[], formatSequences=False</i>) |
358 <b>__formatVariablesList</b>(<i>keylist, dict_, scope, filterList=None, formatSequences=False</i>) |
359 <p> |
359 <p> |
360 Private method to produce a formated variables list. |
360 Private method to produce a formated variables list. |
361 </p><p> |
361 </p><p> |
362 The dictionary passed in to it is scanned. Variables are |
362 The dictionary passed in to it is scanned. Variables are |
363 only added to the list, if their type is not contained |
363 only added to the list, if their type is not contained |