eric6/Documentation/Source/eric6.DebugClients.Python.DebugVariables.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
child 8215
fc5d68a6889e
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugVariables.html	Sat Jan 16 16:50:00 2021 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugVariables.html	Sat Jan 16 16:51:23 2021 +0100
@@ -138,15 +138,16 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Yield:</dt>
 <dd>
-dictionary containing the variable attributes
+tuple containing the batch start index and a dictionary
+            containing the variable attributes
 </dd>
 </dl>
 <dl>
-<dt>Return Type:</dt>
+<dt>Yield Type:</dt>
 <dd>
-dict
+tuple of (int, dict)
 </dd>
 </dl>
 <a NAME="ArrayResolver.resolve" ID="ArrayResolver.resolve"></a>
@@ -168,7 +169,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 value of the attribute
 </dd>
@@ -234,7 +235,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 dictionary containing the variable attributes
 </dd>
@@ -264,7 +265,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 value of the attribute
 </dd>
@@ -326,15 +327,16 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Yield:</dt>
 <dd>
-dictionary containing the variable attributes
+tuple containing the batch start index and a dictionary
+            containing the variable attributes
 </dd>
 </dl>
 <dl>
-<dt>Return Type:</dt>
+<dt>Yield Type:</dt>
 <dd>
-dict
+tuple of (int, dict)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -396,15 +398,16 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Yield:</dt>
 <dd>
-dictionary containing the variable attributes
+tuple containing the batch start index and a dictionary
+            containing the variable attributes
 </dd>
 </dl>
 <dl>
-<dt>Return Type:</dt>
+<dt>Yield Type:</dt>
 <dd>
-dict
+tuple of (int, dict)
 </dd>
 </dl>
 <a NAME="DictResolver.keyToStr" ID="DictResolver.keyToStr"></a>
@@ -422,7 +425,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 string representation of the given key
 </dd>
@@ -452,7 +455,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 value of the attribute
 </dd>
@@ -518,7 +521,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 dictionary containing the variable attributes
 </dd>
@@ -548,7 +551,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 value of the attribute
 </dd>
@@ -614,15 +617,16 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Yield:</dt>
 <dd>
-dictionary containing the variable attributes
+tuple containing the batch start index and a dictionary
+            containing the variable attributes
 </dd>
 </dl>
 <dl>
-<dt>Return Type:</dt>
+<dt>Yield Type:</dt>
 <dd>
-dict
+tuple of (int, dict)
 </dd>
 </dl>
 <a NAME="ListResolver.resolve" ID="ListResolver.resolve"></a>
@@ -644,7 +648,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 value of the attribute
 </dd>
@@ -710,15 +714,16 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Yield:</dt>
 <dd>
-dictionary containing the variable attributes
+tuple containing the batch start index and a dictionary
+            containing the variable attributes
 </dd>
 </dl>
 <dl>
-<dt>Return Type:</dt>
+<dt>Yield Type:</dt>
 <dd>
-dict
+tuple of (int, dict)
 </dd>
 </dl>
 <a NAME="MultiValueDictResolver.resolve" ID="MultiValueDictResolver.resolve"></a>
@@ -740,7 +745,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 value of the attribute
 </dd>
@@ -810,7 +815,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a numeric array
 </dd>
@@ -836,15 +841,16 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Yield:</dt>
 <dd>
-dictionary containing the variable attributes
+tuple containing the batch start index and a dictionary
+            containing the variable attributes
 </dd>
 </dl>
 <dl>
-<dt>Return Type:</dt>
+<dt>Yield Type:</dt>
 <dd>
-dict
+tuple of (int, dict)
 </dd>
 </dl>
 <a NAME="NdArrayResolver.resolve" ID="NdArrayResolver.resolve"></a>
@@ -866,7 +872,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 value of the attribute
 </dd>
@@ -932,15 +938,16 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Yield:</dt>
 <dd>
-dictionary containing the variable attributes
+tuple containing the batch start index and a dictionary
+            containing the variable attributes
 </dd>
 </dl>
 <dl>
-<dt>Return Type:</dt>
+<dt>Yield Type:</dt>
 <dd>
-dict
+tuple of (int, dict)
 </dd>
 </dl>
 <a NAME="SetResolver.resolve" ID="SetResolver.resolve"></a>
@@ -962,7 +969,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 value of the attribute
 </dd>
@@ -1001,7 +1008,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple containing the type name, type string and resolver
 </dd>

eric ide

mercurial