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

branch
eric7
changeset 8575
423c4db4101e
parent 8549
15eca21fd968
child 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html	Fri Sep 03 19:56:55 2021 +0200
+++ b/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html	Fri Sep 03 19:57:39 2021 +0200
@@ -87,7 +87,7 @@
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>Indicators</td></tr><tr><td>arrayTypes</td></tr><tr><td>clientCapabilities</td></tr>
+<tr><td>Type2Indicators</td></tr><tr><td>clientCapabilities</td></tr>
 </table>
 <h3>Class Methods</h3>
 
@@ -131,14 +131,6 @@
 <td>Private method to return the variables of a frame to the debug server.</td>
 </tr>
 <tr>
-<td><a href="#DebugClientBase.__extractIndicators">__extractIndicators</a></td>
-<td>Private method to extract the indicator string from a variable text.</td>
-</tr>
-<tr>
-<td><a href="#DebugClientBase.__formatQtVariable">__formatQtVariable</a></td>
-<td>Private method to produce a formatted output of a simple Qt5/Qt6 type.</td>
-</tr>
-<tr>
 <td><a href="#DebugClientBase.__formatVariablesList">__formatVariablesList</a></td>
 <td>Private method to produce a formated variables list.</td>
 </tr>
@@ -463,62 +455,9 @@
 list of variable types to be filtered
 </dd>
 </dl>
-<a NAME="DebugClientBase.__extractIndicators" ID="DebugClientBase.__extractIndicators"></a>
-<h4>DebugClientBase.__extractIndicators</h4>
-<b>__extractIndicators</b>(<i>var</i>)
-
-<p>
-        Private method to extract the indicator string from a variable text.
-</p>
-<dl>
-
-<dt><i>var</i> (str)</dt>
-<dd>
-variable text
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<dd>
-tuple containing the variable text without indicators and the
-            indicator string
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-tuple of two str
-</dd>
-</dl>
-<a NAME="DebugClientBase.__formatQtVariable" ID="DebugClientBase.__formatQtVariable"></a>
-<h4>DebugClientBase.__formatQtVariable</h4>
-<b>__formatQtVariable</b>(<i>value, qttype</i>)
-
-<p>
-        Private method to produce a formatted output of a simple Qt5/Qt6 type.
-</p>
-<dl>
-
-<dt><i>value</i></dt>
-<dd>
-variable to be formatted
-</dd>
-<dt><i>qttype</i></dt>
-<dd>
-type of the Qt variable to be formatted (string)
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<dd>
-A tuple consisting of a list of formatted variables. Each
-            variable entry is a tuple of three elements, the variable name,
-            its type and value.
-</dd>
-</dl>
 <a NAME="DebugClientBase.__formatVariablesList" ID="DebugClientBase.__formatVariablesList"></a>
 <h4>DebugClientBase.__formatVariablesList</h4>
-<b>__formatVariablesList</b>(<i>dict_, scope, filterList=None</i>)
+<b>__formatVariablesList</b>(<i>variables, scope, filterList=None</i>)
 
 <p>
         Private method to produce a formated variables list.
@@ -532,9 +471,9 @@
 </p>
 <dl>
 
-<dt><i>dict_</i> (dict)</dt>
+<dt><i>variables</i> (list of tuple of (str, Any) or (str, str, Any))</dt>
 <dd>
-the dictionary to be scanned
+variables list to be processed
 </dd>
 <dt><i>scope</i> (int)</dt>
 <dd>

eric ide

mercurial