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

Thu, 04 Jan 2024 18:02:25 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 04 Jan 2024 18:02:25 +0100
branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
permissions
-rw-r--r--

Fine tuned the source code documentation template and regenerated the source code documentation.

<!DOCTYPE html>
<html><head>
<title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<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>
</tr>
<tr>
<td><a href="#ClassDecoratorType">ClassDecoratorType</a></td>
<td>Class representing the various class method decorators.</td>
</tr>
<tr>
<td><a href="#FunctionType">FunctionType</a></td>
<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>

<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>

<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>
</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 />
</body></html>

eric ide

mercurial