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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10479
856476537696
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsEnums</h1>
10
11 <p>
12 Module implementing some enums for function type annotations.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#AnnotationType">AnnotationType</a></td>
25 <td>Class representing the kind of missing type annotation.</td>
26 </tr>
27 <tr>
28 <td><a href="#ClassDecoratorType">ClassDecoratorType</a></td>
29 <td>Class representing the various class method decorators.</td>
30 </tr>
31 <tr>
32 <td><a href="#FunctionType">FunctionType</a></td>
33 <td>Class representing the various function types.</td>
34 </tr>
35 </table>
36 <h3>Functions</h3>
37
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr />
42 <hr />
43 <a NAME="AnnotationType" ID="AnnotationType"></a>
44 <h2>AnnotationType</h2>
45
46 <p>
47 Class representing the kind of missing type annotation.
48 </p>
49 <h3>Derived from</h3>
50 enum.Enum
51 <h3>Class Attributes</h3>
52
53 <table>
54 <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>
55 </table>
56 <h3>Class Methods</h3>
57
58 <table>
59 <tr><td>None</td></tr>
60 </table>
61 <h3>Methods</h3>
62
63 <table>
64 <tr><td>None</td></tr>
65 </table>
66 <h3>Static Methods</h3>
67
68 <table>
69 <tr><td>None</td></tr>
70 </table>
71
72 <div align="right"><a href="#top">Up</a></div>
73 <hr />
74 <hr />
75 <a NAME="ClassDecoratorType" ID="ClassDecoratorType"></a>
76 <h2>ClassDecoratorType</h2>
77
78 <p>
79 Class representing the various class method decorators.
80 </p>
81 <h3>Derived from</h3>
82 enum.Enum
83 <h3>Class Attributes</h3>
84
85 <table>
86 <tr><td>CLASSMETHOD</td></tr><tr><td>STATICMETHOD</td></tr>
87 </table>
88 <h3>Class Methods</h3>
89
90 <table>
91 <tr><td>None</td></tr>
92 </table>
93 <h3>Methods</h3>
94
95 <table>
96 <tr><td>None</td></tr>
97 </table>
98 <h3>Static Methods</h3>
99
100 <table>
101 <tr><td>None</td></tr>
102 </table>
103
104 <div align="right"><a href="#top">Up</a></div>
105 <hr />
106 <hr />
107 <a NAME="FunctionType" ID="FunctionType"></a>
108 <h2>FunctionType</h2>
109
110 <p>
111 Class representing the various function types.
112 </p>
113 <h3>Derived from</h3>
114 enum.Enum
115 <h3>Class Attributes</h3>
116
117 <table>
118 <tr><td>PRIVATE</td></tr><tr><td>PROTECTED</td></tr><tr><td>PUBLIC</td></tr><tr><td>SPECIAL</td></tr>
119 </table>
120 <h3>Class Methods</h3>
121
122 <table>
123 <tr><td>None</td></tr>
124 </table>
125 <h3>Methods</h3>
126
127 <table>
128 <tr><td>None</td></tr>
129 </table>
130 <h3>Static Methods</h3>
131
132 <table>
133 <tr><td>None</td></tr>
134 </table>
135
136 <div align="right"><a href="#top">Up</a></div>
137 <hr />
138 </body></html>

eric ide

mercurial