diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.ClbrBaseClasses.html --- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.ClbrBaseClasses.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.ClbrBaseClasses.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Utilities.ClassBrowsers.ClbrBaseClasses</h1> - <p> Module implementing base classes used by the various class browsers. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#Attribute">Attribute</a></td> <td>Class to represent an attribute.</td> @@ -57,35 +55,34 @@ <td>Class implementing the base of all class browser objects.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="Attribute" ID="Attribute"></a> <h2>Attribute</h2> - <p> Class to represent an attribute. </p> + <h3>Derived from</h3> _ClbrBase <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="#Attribute.__init__">Attribute</a></td> <td>Constructor</td> @@ -95,19 +92,20 @@ <td>Public method to add another assignment line number.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Attribute.__init__" ID="Attribute.__init__"></a> <h4>Attribute (Constructor)</h4> <b>Attribute</b>(<i>module, name, file, lineno</i>) - <p> Constructor </p> + <dl> <dt><i>module</i> (str)</dt> @@ -130,10 +128,10 @@ <a NAME="Attribute.addAssignment" ID="Attribute.addAssignment"></a> <h4>Attribute.addAssignment</h4> <b>addAssignment</b>(<i>lineno</i>) - <p> Public method to add another assignment line number. </p> + <dl> <dt><i>lineno</i> (int)</dt> @@ -146,44 +144,43 @@ <hr /> <a NAME="Class" ID="Class"></a> <h2>Class</h2> - <p> Class to represent a class. </p> + <h3>Derived from</h3> ClbrBase <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="#Class.__init__">Class</a></td> <td>Constructor</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Class.__init__" ID="Class.__init__"></a> <h4>Class (Constructor)</h4> <b>Class</b>(<i>module, name, superClasses, file, lineno</i>) - <p> Constructor </p> + <dl> <dt><i>module</i> (str)</dt> @@ -212,26 +209,24 @@ <hr /> <a NAME="ClbrBase" ID="ClbrBase"></a> <h2>ClbrBase</h2> - <p> Class implementing the base of all complex class browser objects. </p> + <h3>Derived from</h3> _ClbrBase <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="#ClbrBase.__init__">ClbrBase</a></td> <td>Constructor</td> @@ -265,19 +260,20 @@ <td>Protected method to retrieve a method by name.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ClbrBase.__init__" ID="ClbrBase.__init__"></a> <h4>ClbrBase (Constructor)</h4> <b>ClbrBase</b>(<i>module, name, file, lineno</i>) - <p> Constructor </p> + <dl> <dt><i>module</i> (str)</dt> @@ -300,10 +296,10 @@ <a NAME="ClbrBase._addattribute" ID="ClbrBase._addattribute"></a> <h4>ClbrBase._addattribute</h4> <b>_addattribute</b>(<i>attr</i>) - <p> Protected method to add information about attributes. </p> + <dl> <dt><i>attr</i> (Attribute)</dt> @@ -314,10 +310,10 @@ <a NAME="ClbrBase._addclass" ID="ClbrBase._addclass"></a> <h4>ClbrBase._addclass</h4> <b>_addclass</b>(<i>name, _class</i>) - <p> Protected method method to add a nested class to this class. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -332,10 +328,10 @@ <a NAME="ClbrBase._addglobal" ID="ClbrBase._addglobal"></a> <h4>ClbrBase._addglobal</h4> <b>_addglobal</b>(<i>attr</i>) - <p> Protected method to add information about global variables. </p> + <dl> <dt><i>attr</i> (Attribute)</dt> @@ -346,10 +342,10 @@ <a NAME="ClbrBase._addmethod" ID="ClbrBase._addmethod"></a> <h4>ClbrBase._addmethod</h4> <b>_addmethod</b>(<i>name, function</i>) - <p> Protected method to add information about a method. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -364,10 +360,10 @@ <a NAME="ClbrBase._getattribute" ID="ClbrBase._getattribute"></a> <h4>ClbrBase._getattribute</h4> <b>_getattribute</b>(<i>name</i>) - <p> Protected method to retrieve an attribute by name. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -390,10 +386,10 @@ <a NAME="ClbrBase._getglobal" ID="ClbrBase._getglobal"></a> <h4>ClbrBase._getglobal</h4> <b>_getglobal</b>(<i>name</i>) - <p> Protected method to retrieve a global variable by name. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -416,10 +412,10 @@ <a NAME="ClbrBase._getmethod" ID="ClbrBase._getmethod"></a> <h4>ClbrBase._getmethod</h4> <b>_getmethod</b>(<i>name</i>) - <p> Protected method to retrieve a method by name. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -444,26 +440,24 @@ <hr /> <a NAME="ClbrVisibilityMixinBase" ID="ClbrVisibilityMixinBase"></a> <h2>ClbrVisibilityMixinBase</h2> - <p> Class implementing the base class of all visibility mixins. </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="#ClbrVisibilityMixinBase.isPrivate">isPrivate</a></td> <td>Public method to check, if the visibility is Private.</td> @@ -489,19 +483,20 @@ <td>Public method to set the visibility to Public.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ClbrVisibilityMixinBase.isPrivate" ID="ClbrVisibilityMixinBase.isPrivate"></a> <h4>ClbrVisibilityMixinBase.isPrivate</h4> <b>isPrivate</b>(<i></i>) - <p> Public method to check, if the visibility is Private. </p> + <dl> <dt>Return:</dt> <dd> @@ -517,10 +512,10 @@ <a NAME="ClbrVisibilityMixinBase.isProtected" ID="ClbrVisibilityMixinBase.isProtected"></a> <h4>ClbrVisibilityMixinBase.isProtected</h4> <b>isProtected</b>(<i></i>) - <p> Public method to check, if the visibility is Protected. </p> + <dl> <dt>Return:</dt> <dd> @@ -536,10 +531,10 @@ <a NAME="ClbrVisibilityMixinBase.isPublic" ID="ClbrVisibilityMixinBase.isPublic"></a> <h4>ClbrVisibilityMixinBase.isPublic</h4> <b>isPublic</b>(<i></i>) - <p> Public method to check, if the visibility is Public. </p> + <dl> <dt>Return:</dt> <dd> @@ -555,67 +550,66 @@ <a NAME="ClbrVisibilityMixinBase.setPrivate" ID="ClbrVisibilityMixinBase.setPrivate"></a> <h4>ClbrVisibilityMixinBase.setPrivate</h4> <b>setPrivate</b>(<i></i>) - <p> Public method to set the visibility to Private. </p> + <a NAME="ClbrVisibilityMixinBase.setProtected" ID="ClbrVisibilityMixinBase.setProtected"></a> <h4>ClbrVisibilityMixinBase.setProtected</h4> <b>setProtected</b>(<i></i>) - <p> Public method to set the visibility to Protected. </p> + <a NAME="ClbrVisibilityMixinBase.setPublic" ID="ClbrVisibilityMixinBase.setPublic"></a> <h4>ClbrVisibilityMixinBase.setPublic</h4> <b>setPublic</b>(<i></i>) - <p> Public method to set the visibility to Public. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> <a NAME="Coding" ID="Coding"></a> <h2>Coding</h2> - <p> Class to represent a source coding. </p> + <h3>Derived from</h3> ClbrBase <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="#Coding.__init__">Coding</a></td> <td>Constructor</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Coding.__init__" ID="Coding.__init__"></a> <h4>Coding (Constructor)</h4> <b>Coding</b>(<i>module, file, lineno, coding</i>) - <p> Constructor </p> + <dl> <dt><i>module</i> (str)</dt> @@ -640,44 +634,43 @@ <hr /> <a NAME="Enum" ID="Enum"></a> <h2>Enum</h2> - <p> Class to represent an enum definition. </p> + <h3>Derived from</h3> ClbrBase <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="#Enum.__init__">Enum</a></td> <td>Constructor</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Enum.__init__" ID="Enum.__init__"></a> <h4>Enum (Constructor)</h4> <b>Enum</b>(<i>module, name, file, lineno</i>) - <p> Constructor </p> + <dl> <dt><i>module</i> (str)</dt> @@ -702,44 +695,45 @@ <hr /> <a NAME="Function" ID="Function"></a> <h2>Function</h2> - <p> Class to represent a function or method. </p> + <h3>Derived from</h3> ClbrBase <h3>Class Attributes</h3> +<table> +<tr><td>Class</td></tr> +<tr><td>General</td></tr> +<tr><td>Static</td></tr> +</table> -<table> -<tr><td>Class</td></tr><tr><td>General</td></tr><tr><td>Static</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#Function.__init__">Function</a></td> <td>Constructor</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Function.__init__" ID="Function.__init__"></a> <h4>Function (Constructor)</h4> <b>Function</b>(<i>module, name, file, lineno, signature="", separator=", ", modifierType=General, annotation="", </i>) - <p> Constructor </p> + <dl> <dt><i>module</i> (str)</dt> @@ -780,44 +774,43 @@ <hr /> <a NAME="Module" ID="Module"></a> <h2>Module</h2> - <p> Class to represent a module. </p> + <h3>Derived from</h3> ClbrBase <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="#Module.__init__">Module</a></td> <td>Constructor</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Module.__init__" ID="Module.__init__"></a> <h4>Module (Constructor)</h4> <b>Module</b>(<i>module, name, file, lineno</i>) - <p> Constructor </p> + <dl> <dt><i>module</i> (str)</dt> @@ -842,26 +835,24 @@ <hr /> <a NAME="_ClbrBase" ID="_ClbrBase"></a> <h2>_ClbrBase</h2> - <p> Class implementing the base of all class browser objects. </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="#_ClbrBase.__init__">_ClbrBase</a></td> <td>Constructor</td> @@ -871,19 +862,20 @@ <td>Public method to set the ending line number.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="_ClbrBase.__init__" ID="_ClbrBase.__init__"></a> <h4>_ClbrBase (Constructor)</h4> <b>_ClbrBase</b>(<i>module, name, file, lineno</i>) - <p> Constructor </p> + <dl> <dt><i>module</i> (str)</dt> @@ -906,10 +898,10 @@ <a NAME="_ClbrBase.setEndLine" ID="_ClbrBase.setEndLine"></a> <h4>_ClbrBase.setEndLine</h4> <b>setEndLine</b>(<i>endLineNo</i>) - <p> Public method to set the ending line number. </p> + <dl> <dt><i>endLineNo</i> (int)</dt> @@ -919,4 +911,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>