src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums</h1>
-
 <p>
 Module implementing some enums for function type annotations.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#AnnotationType">AnnotationType</a></td>
 <td>Class representing the kind of missing type annotation.</td>
@@ -33,106 +31,116 @@
 <td>Class representing the various function types.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="AnnotationType" ID="AnnotationType"></a>
 <h2>AnnotationType</h2>
-
 <p>
     Class representing the kind of missing type annotation.
 </p>
+
 <h3>Derived from</h3>
 enum.Enum
 <h3>Class Attributes</h3>
+<table>
+<tr><td>ARGS</td></tr>
+<tr><td>KWARG</td></tr>
+<tr><td>KWONLYARGS</td></tr>
+<tr><td>POSONLYARGS</td></tr>
+<tr><td>RETURN</td></tr>
+<tr><td>VARARG</td></tr>
+</table>
 
-<table>
-<tr><td>ARGS</td></tr><tr><td>KWARG</td></tr><tr><td>KWONLYARGS</td></tr><tr><td>POSONLYARGS</td></tr><tr><td>RETURN</td></tr><tr><td>VARARG</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="ClassDecoratorType" ID="ClassDecoratorType"></a>
 <h2>ClassDecoratorType</h2>
-
 <p>
     Class representing the various class method decorators.
 </p>
+
 <h3>Derived from</h3>
 enum.Enum
 <h3>Class Attributes</h3>
+<table>
+<tr><td>CLASSMETHOD</td></tr>
+<tr><td>STATICMETHOD</td></tr>
+</table>
 
-<table>
-<tr><td>CLASSMETHOD</td></tr><tr><td>STATICMETHOD</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="FunctionType" ID="FunctionType"></a>
 <h2>FunctionType</h2>
-
 <p>
     Class representing the various function types.
 </p>
+
 <h3>Derived from</h3>
 enum.Enum
 <h3>Class Attributes</h3>
-
 <table>
-<tr><td>PRIVATE</td></tr><tr><td>PROTECTED</td></tr><tr><td>PUBLIC</td></tr><tr><td>SPECIAL</td></tr>
+<tr><td>PRIVATE</td></tr>
+<tr><td>PROTECTED</td></tr>
+<tr><td>PUBLIC</td></tr>
+<tr><td>SPECIAL</td></tr>
 </table>
-<h3>Class Methods</h3>
 
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-
+<h3>Class Methods</h3>
 <table>
 <tr><td>None</td></tr>
 </table>
 
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial