--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Sat Oct 08 19:15:59 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Mon Oct 10 09:25:29 2022 +0200 @@ -366,7 +366,7 @@ </p> <dl> -<dt><i>var</i> (list of str)</dt> +<dt><i>var</i> (list of str and int)</dt> <dd> list encoded name of the requested variable </dd> @@ -407,7 +407,7 @@ </dl> <a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a> <h4>DebugClientBase.__formatVariablesList</h4> -<b>__formatVariablesList</b>(<i>variables, scope, filterList=None</i>) +<b>__formatVariablesList</b>(<i>variables, scope, filterList=None, var=None</i>) <p> Private method to produce a formated variables list. @@ -432,11 +432,15 @@ Variables are only added to the list, if their name do not match any of the filter expressions. </dd> -<dt><i>filterList</i> (list of str)</dt> +<dt><i>filterList</i> (list of str (optional))</dt> <dd> list of variable types to be filtered. Variables are only added to the list, if their type is not - contained in the filter list. + contained in the filter list. (defaults to None) +</dd> +<dt><i>var</i> (list of str and int (optional))</dt> +<dd> +list encoded name of the requested variable (defaults to None) </dd> </dl> <dl>