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

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

eric ide

mercurial