--- a/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html Fri Sep 03 19:56:55 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html Fri Sep 03 19:57:39 2021 +0200 @@ -69,7 +69,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>Type2Indicators</td></tr><tr><td>arrayTypes</td></tr><tr><td>noOfItemsStr</td></tr><tr><td>nonExpandableTypes</td></tr><tr><td>rx_nonprintable</td></tr><tr><td>unsized</td></tr> +<tr><td>noOfItemsStr</td></tr><tr><td>rx_nonprintable</td></tr><tr><td>unsized</td></tr> </table> <h3>Class Methods</h3> @@ -89,10 +89,6 @@ <td>Private method to extract the variable name.</td> </tr> <tr> -<td><a href="#VariableItem.__getType">__getType</a></td> -<td>Private method to process the type of the variable.</td> -</tr> -<tr> <td><a href="#VariableItem.__getValue">__getValue</a></td> <td>Private method to process the variables value.</td> </tr> @@ -109,7 +105,7 @@ <a NAME="VariableItem.__init__" ID="VariableItem.__init__"></a> <h4>VariableItem (Constructor)</h4> -<b>VariableItem</b>(<i>parent, dvar, dtype, dvalue</i>) +<b>VariableItem</b>(<i>parent, dvar, indicator, dtype, hasChildren, length, dvalue</i>) <p> Constructor @@ -124,10 +120,23 @@ <dd> variable name </dd> +<dt><i>indicator</i> (str)</dt> +<dd> +type indicator appended to the name +</dd> <dt><i>dtype</i> (str)</dt> <dd> type string </dd> +<dt><i>hasChildren</i> (bool)</dt> +<dd> +indicator for children +</dd> +<dt><i>length</i> (int)</dt> +<dd> +length of the array or string (-1 if uninitialized + numpy.ndarray) +</dd> <dt><i>dvalue</i> (str)</dt> <dd> value string @@ -147,26 +156,9 @@ name of variable maybe with ID </dd> </dl> -<a NAME="VariableItem.__getType" ID="VariableItem.__getType"></a> -<h4>VariableItem.__getType</h4> -<b>__getType</b>(<i>dtype</i>) - -<p> - Private method to process the type of the variable. -</p> -<p> - If type is known to have children, the corresponding flag is set. -</p> -<dl> - -<dt><i>dtype</i> (str)</dt> -<dd> -type string -</dd> -</dl> <a NAME="VariableItem.__getValue" ID="VariableItem.__getValue"></a> <h4>VariableItem.__getValue</h4> -<b>__getValue</b>(<i>dtype, dvalue</i>) +<b>__getValue</b>(<i>dtype, dvalue, indicator, length</i>) <p> Private method to process the variables value. @@ -185,6 +177,15 @@ <dd> value of variable encoded as utf-8 </dd> +<dt><i>indicator</i> (str)</dt> +<dd> +type indicator appended to the name +</dd> +<dt><i>length</i> (int or str)</dt> +<dd> +length of the array or string (-1 if uninitialized + numpy.ndarray) +</dd> </dl> <a NAME="VariableItem.absolutCount" ID="VariableItem.absolutCount"></a> <h4>VariableItem.absolutCount</h4> @@ -588,7 +589,7 @@ <dt><i>section</i> (int)</dt> <dd> -the header section (row/coulumn) +the header section (row/column) </dd> <dt><i>orientation</i> (QtCore.Qt.Orientation)</dt> <dd>