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

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

eric ide

mercurial