--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugVariables.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugVariables.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,28 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.DebugClients.Python.DebugVariables</h1> - <p> Module implementing classes and functions to dump variable contents. </p> + <h3>Global Attributes</h3> - <table> -<tr><td>_MapCount</td></tr><tr><td>_TryArray</td></tr><tr><td>_TypeMap</td></tr><tr><td>arrayResolver</td></tr><tr><td>defaultResolver</td></tr><tr><td>dictResolver</td></tr><tr><td>dictViewResolver</td></tr><tr><td>listResolver</td></tr><tr><td>multiValueDictResolver</td></tr><tr><td>ndarrayResolver</td></tr><tr><td>qtResolver</td></tr><tr><td>setResolver</td></tr> +<tr><td>_MapCount</td></tr> +<tr><td>_TryArray</td></tr> +<tr><td>_TypeMap</td></tr> +<tr><td>arrayResolver</td></tr> +<tr><td>defaultResolver</td></tr> +<tr><td>dictResolver</td></tr> +<tr><td>dictViewResolver</td></tr> +<tr><td>listResolver</td></tr> +<tr><td>multiValueDictResolver</td></tr> +<tr><td>ndarrayResolver</td></tr> +<tr><td>qtResolver</td></tr> +<tr><td>setResolver</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#ArrayResolver">ArrayResolver</a></td> <td>Class used to resolve from array.array including some meta data.</td> @@ -61,10 +70,9 @@ <td>Class used to resolve from a set or frozenset.</td> </tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#_initTypeMap">_initTypeMap</a></td> <td>Protected function to initialize the type map.</td> @@ -78,30 +86,29 @@ <td>Public function to update the type map based on module imports.</td> </tr> </table> + <hr /> <hr /> <a NAME="ArrayResolver" ID="ArrayResolver"></a> <h2>ArrayResolver</h2> - <p> Class used to resolve from array.array including some meta data. </p> + <h3>Derived from</h3> BaseResolver <h3>Class Attributes</h3> - <table> <tr><td>TypeCodeMap</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#ArrayResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> @@ -111,19 +118,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ArrayResolver.getVariableList" ID="ArrayResolver.getVariableList"></a> <h4>ArrayResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -147,10 +155,10 @@ <a NAME="ArrayResolver.resolve" ID="ArrayResolver.resolve"></a> <h4>ArrayResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (array.array)</dt> @@ -179,26 +187,24 @@ <hr /> <a NAME="BaseResolver" ID="BaseResolver"></a> <h2>BaseResolver</h2> - <p> Base class of the resolver class tree. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#BaseResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> @@ -208,19 +214,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="BaseResolver.getVariableList" ID="BaseResolver.getVariableList"></a> <h4>BaseResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -243,10 +250,10 @@ <a NAME="BaseResolver.resolve" ID="BaseResolver.resolve"></a> <h4>BaseResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -275,44 +282,43 @@ <hr /> <a NAME="DefaultResolver" ID="DefaultResolver"></a> <h2>DefaultResolver</h2> - <p> Class used to resolve the default way. </p> + <h3>Derived from</h3> BaseResolver <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#DefaultResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="DefaultResolver.getVariableList" ID="DefaultResolver.getVariableList"></a> <h4>DefaultResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -338,26 +344,24 @@ <hr /> <a NAME="DictResolver" ID="DictResolver"></a> <h2>DictResolver</h2> - <p> Class used to resolve from a dictionary. </p> + <h3>Derived from</h3> BaseResolver <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#DictResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> @@ -371,19 +375,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="DictResolver.getVariableList" ID="DictResolver.getVariableList"></a> <h4>DictResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -407,10 +412,10 @@ <a NAME="DictResolver.keyToStr" ID="DictResolver.keyToStr"></a> <h4>DictResolver.keyToStr</h4> <b>keyToStr</b>(<i>key</i>) - <p> Public method to get a string representation for a key. </p> + <dl> <dt><i>key</i> (Any)</dt> @@ -433,10 +438,10 @@ <a NAME="DictResolver.resolve" ID="DictResolver.resolve"></a> <h4>DictResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (dict)</dt> @@ -465,26 +470,24 @@ <hr /> <a NAME="DictViewResolver" ID="DictViewResolver"></a> <h2>DictViewResolver</h2> - <p> Class used to resolve from dict views. </p> + <h3>Derived from</h3> ListResolver <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#DictViewResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> @@ -494,19 +497,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="DictViewResolver.getVariableList" ID="DictViewResolver.getVariableList"></a> <h4>DictViewResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -530,10 +534,10 @@ <a NAME="DictViewResolver.resolve" ID="DictViewResolver.resolve"></a> <h4>DictViewResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (dict_items, dict_keys or dict_values)</dt> @@ -562,26 +566,24 @@ <hr /> <a NAME="ListResolver" ID="ListResolver"></a> <h2>ListResolver</h2> - <p> Class used to resolve from a tuple or list. </p> + <h3>Derived from</h3> BaseResolver <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#ListResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> @@ -591,19 +593,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ListResolver.getVariableList" ID="ListResolver.getVariableList"></a> <h4>ListResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -627,10 +630,10 @@ <a NAME="ListResolver.resolve" ID="ListResolver.resolve"></a> <h4>ListResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (tuple or list)</dt> @@ -659,26 +662,24 @@ <hr /> <a NAME="MultiValueDictResolver" ID="MultiValueDictResolver"></a> <h2>MultiValueDictResolver</h2> - <p> Class used to resolve from Django multi value dictionaries. </p> + <h3>Derived from</h3> DictResolver <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#MultiValueDictResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> @@ -688,19 +689,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="MultiValueDictResolver.getVariableList" ID="MultiValueDictResolver.getVariableList"></a> <h4>MultiValueDictResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -724,10 +726,10 @@ <a NAME="MultiValueDictResolver.resolve" ID="MultiValueDictResolver.resolve"></a> <h4>MultiValueDictResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (MultiValueDict)</dt> @@ -756,26 +758,24 @@ <hr /> <a NAME="NdArrayResolver" ID="NdArrayResolver"></a> <h2>NdArrayResolver</h2> - <p> Class used to resolve from numpy ndarray including some meta data. </p> + <h3>Derived from</h3> BaseResolver <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#NdArrayResolver.__isNumeric">__isNumeric</a></td> <td>Private method to check, if an array is of a numeric type.</td> @@ -789,19 +789,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="NdArrayResolver.__isNumeric" ID="NdArrayResolver.__isNumeric"></a> <h4>NdArrayResolver.__isNumeric</h4> <b>__isNumeric</b>(<i>arr</i>) - <p> Private method to check, if an array is of a numeric type. </p> + <dl> <dt><i>arr</i> (ndarray)</dt> @@ -824,10 +825,10 @@ <a NAME="NdArrayResolver.getVariableList" ID="NdArrayResolver.getVariableList"></a> <h4>NdArrayResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -851,10 +852,10 @@ <a NAME="NdArrayResolver.resolve" ID="NdArrayResolver.resolve"></a> <h4>NdArrayResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (ndarray)</dt> @@ -883,26 +884,24 @@ <hr /> <a NAME="QtResolver" ID="QtResolver"></a> <h2>QtResolver</h2> - <p> Class used to resolve the Qt implementations. </p> + <h3>Derived from</h3> BaseResolver <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#QtResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> @@ -912,19 +911,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="QtResolver.getVariableList" ID="QtResolver.getVariableList"></a> <h4>QtResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -948,10 +948,10 @@ <a NAME="QtResolver.resolve" ID="QtResolver.resolve"></a> <h4>QtResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (Qt objects)</dt> @@ -980,26 +980,24 @@ <hr /> <a NAME="SetResolver" ID="SetResolver"></a> <h2>SetResolver</h2> - <p> Class used to resolve from a set or frozenset. </p> + <h3>Derived from</h3> BaseResolver <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#SetResolver.getVariableList">getVariableList</a></td> <td>Public method to get the attributes of a variable as a list.</td> @@ -1009,19 +1007,20 @@ <td>Public method to get an attribute from a variable.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="SetResolver.getVariableList" ID="SetResolver.getVariableList"></a> <h4>SetResolver.getVariableList</h4> <b>getVariableList</b>(<i>var</i>) - <p> Public method to get the attributes of a variable as a list. </p> + <dl> <dt><i>var</i> (Any)</dt> @@ -1045,10 +1044,10 @@ <a NAME="SetResolver.resolve" ID="SetResolver.resolve"></a> <h4>SetResolver.resolve</h4> <b>resolve</b>(<i>var, attribute</i>) - <p> Public method to get an attribute from a variable. </p> + <dl> <dt><i>var</i> (tuple or list)</dt> @@ -1078,20 +1077,20 @@ <a NAME="_initTypeMap" ID="_initTypeMap"></a> <h2>_initTypeMap</h2> <b>_initTypeMap</b>(<i></i>) - <p> Protected function to initialize the type map. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> <a NAME="getResolver" ID="getResolver"></a> <h2>getResolver</h2> <b>getResolver</b>(<i>obj</i>) - <p> Public method to get the resolver based on the type info of an object. </p> + <dl> <dt><i>obj</i> (Any)</dt> @@ -1117,10 +1116,10 @@ <a NAME="updateTypeMap" ID="updateTypeMap"></a> <h2>updateTypeMap</h2> <b>updateTypeMap</b>(<i></i>) - <p> Public function to update the type map based on module imports. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>