405 list of variable types to be filtered |
405 list of variable types to be filtered |
406 </dd> |
406 </dd> |
407 </dl> |
407 </dl> |
408 <a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a> |
408 <a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a> |
409 <h4>DebugClientBase.__formatVariablesList</h4> |
409 <h4>DebugClientBase.__formatVariablesList</h4> |
410 <b>__formatVariablesList</b>(<i>variables, scope, filterList=None</i>) |
410 <b>__formatVariablesList</b>(<i>variables, scope, filterList=None, var=None</i>) |
411 |
411 |
412 <p> |
412 <p> |
413 Private method to produce a formated variables list. |
413 Private method to produce a formated variables list. |
414 </p> |
414 </p> |
415 <p> |
415 <p> |
430 1 to filter using the globals filter, 0 using the locals |
430 1 to filter using the globals filter, 0 using the locals |
431 filter. |
431 filter. |
432 Variables are only added to the list, if their name do not match |
432 Variables are only added to the list, if their name do not match |
433 any of the filter expressions. |
433 any of the filter expressions. |
434 </dd> |
434 </dd> |
435 <dt><i>filterList</i> (list of str)</dt> |
435 <dt><i>filterList</i> (list of str (optional))</dt> |
436 <dd> |
436 <dd> |
437 list of variable types to be filtered. |
437 list of variable types to be filtered. |
438 Variables are only added to the list, if their type is not |
438 Variables are only added to the list, if their type is not |
439 contained in the filter list. |
439 contained in the filter list. (defaults to None) |
|
440 </dd> |
|
441 <dt><i>var</i> (list of str and int (optional))</dt> |
|
442 <dd> |
|
443 list encoded name of the requested variable (defaults to None) |
440 </dd> |
444 </dd> |
441 </dl> |
445 </dl> |
442 <dl> |
446 <dl> |
443 <dt>Return:</dt> |
447 <dt>Return:</dt> |
444 <dd> |
448 <dd> |