src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html

branch
eric7
changeset 9397
a415cb83dafb
parent 9396
06699e5600a3
child 10070
9f5758c0fec1
equal deleted inserted replaced
9396:06699e5600a3 9397:a415cb83dafb
427 </dd> 427 </dd>
428 <dt><i>scope</i> (int)</dt> 428 <dt><i>scope</i> (int)</dt>
429 <dd> 429 <dd>
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 access path does not match
433 any of the filter expressions. 433 any of the filter expressions and the 'show/no show' indication.
434 </dd> 434 </dd>
435 <dt><i>filterList</i> (list of str (optional))</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. (defaults to None) 439 contained in the filter list. (defaults to None)
440 </dd> 440 </dd>
441 <dt><i>var</i> (list of str and int (optional))</dt> 441 <dt><i>var</i> (list of str and int (optional))</dt>
442 <dd> 442 <dd>
443 list encoded name of the requested variable (defaults to None) 443 list encoded name of the requested variable (access path) (defaults
444 to None)
444 </dd> 445 </dd>
445 </dl> 446 </dl>
446 <dl> 447 <dl>
447 <dt>Return:</dt> 448 <dt>Return:</dt>
448 <dd> 449 <dd>

eric ide

mercurial