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

changeset 8266
560547c2b6ec
parent 8248
b00c1c6cc312
equal deleted inserted replaced
8265:0090cfa83159 8266:560547c2b6ec
59 59
60 <p> 60 <p>
61 Class representing the kind of missing type annotation. 61 Class representing the kind of missing type annotation.
62 </p> 62 </p>
63 <h3>Derived from</h3> 63 <h3>Derived from</h3>
64 Enum 64 enum.Enum
65 <h3>Class Attributes</h3> 65 <h3>Class Attributes</h3>
66 66
67 <table> 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> 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> 69 </table>
91 91
92 <p> 92 <p>
93 Class representing the various class method decorators. 93 Class representing the various class method decorators.
94 </p> 94 </p>
95 <h3>Derived from</h3> 95 <h3>Derived from</h3>
96 Enum 96 enum.Enum
97 <h3>Class Attributes</h3> 97 <h3>Class Attributes</h3>
98 98
99 <table> 99 <table>
100 <tr><td>CLASSMETHOD</td></tr><tr><td>STATICMETHOD</td></tr> 100 <tr><td>CLASSMETHOD</td></tr><tr><td>STATICMETHOD</td></tr>
101 </table> 101 </table>
123 123
124 <p> 124 <p>
125 Class representing the various function types. 125 Class representing the various function types.
126 </p> 126 </p>
127 <h3>Derived from</h3> 127 <h3>Derived from</h3>
128 Enum 128 enum.Enum
129 <h3>Class Attributes</h3> 129 <h3>Class Attributes</h3>
130 130
131 <table> 131 <table>
132 <tr><td>PRIVATE</td></tr><tr><td>PROTECTED</td></tr><tr><td>PUBLIC</td></tr><tr><td>SPECIAL</td></tr> 132 <tr><td>PRIVATE</td></tr><tr><td>PROTECTED</td></tr><tr><td>PUBLIC</td></tr><tr><td>SPECIAL</td></tr>
133 </table> 133 </table>

eric ide

mercurial