Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html

changeset 5173
632257ad7337
parent 5161
f7b6ded9cc37
diff -r f35c7e0db572 -r 632257ad7337 Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html
--- a/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Fri Sep 16 19:31:38 2016 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python3.DebugClientBase.html	Fri Sep 16 19:34:58 2016 +0200
@@ -74,7 +74,7 @@
 object
 <h3>Class Attributes</h3>
 <table>
-<tr><td>clientCapabilities</td></tr>
+<tr><td>Indicators</td></tr><tr><td>clientCapabilities</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -104,6 +104,9 @@
 <td><a href="#DebugClientBase.__dumpVariables">__dumpVariables</a></td>
 <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 Qt4/Qt5 type.</td>
 </tr><tr>
@@ -317,18 +320,39 @@
 the indices of variable types to be filtered
             (list of int)
 </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>Returns:</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, vtype</i>)
+<b>__formatQtVariable</b>(<i>value, qttype</i>)
 <p>
         Private method to produce a formatted output of a simple Qt4/Qt5 type.
 </p><dl>
 <dt><i>value</i></dt>
 <dd>
 variable to be formatted
-</dd><dt><i>vtype</i></dt>
+</dd><dt><i>qttype</i></dt>
 <dd>
-type of the variable to be formatted (string)
+type of the Qt variable to be formatted (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>

eric ide

mercurial