src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.ImportsEnums.html

branch
eric7
changeset 10479
856476537696
parent 10046
35b27af462ef
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.NameOrder.ImportsEnums</h1> 9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.ImportsEnums</h1>
10
11 <p> 10 <p>
12 Module implementing some enums for the import order checker. 11 Module implementing some enums for the import order checker.
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="#GroupEnum">GroupEnum</a></td> 22 <td><a href="#GroupEnum">GroupEnum</a></td>
25 <td>Class representing the various import groups.</td> 23 <td>Class representing the various import groups.</td>
26 </tr> 24 </tr>
27 <tr> 25 <tr>
28 <td><a href="#NodeTypeEnum">NodeTypeEnum</a></td> 26 <td><a href="#NodeTypeEnum">NodeTypeEnum</a></td>
29 <td>Class representing the import node types.</td> 27 <td>Class representing the import node types.</td>
30 </tr> 28 </tr>
31 </table> 29 </table>
30
32 <h3>Functions</h3> 31 <h3>Functions</h3>
33
34 <table> 32 <table>
35 <tr><td>None</td></tr> 33 <tr><td>None</td></tr>
36 </table> 34 </table>
35
37 <hr /> 36 <hr />
38 <hr /> 37 <hr />
39 <a NAME="GroupEnum" ID="GroupEnum"></a> 38 <a NAME="GroupEnum" ID="GroupEnum"></a>
40 <h2>GroupEnum</h2> 39 <h2>GroupEnum</h2>
41
42 <p> 40 <p>
43 Class representing the various import groups. 41 Class representing the various import groups.
44 </p> 42 </p>
43
45 <h3>Derived from</h3> 44 <h3>Derived from</h3>
46 enum.IntEnum 45 enum.IntEnum
47 <h3>Class Attributes</h3> 46 <h3>Class Attributes</h3>
47 <table>
48 <tr><td>FIRSTPARTY</td></tr>
49 <tr><td>FUTURE</td></tr>
50 <tr><td>LOCALPATH</td></tr>
51 <tr><td>STDLIB</td></tr>
52 <tr><td>THIRDPARTY</td></tr>
53 </table>
48 54
49 <table>
50 <tr><td>FIRSTPARTY</td></tr><tr><td>FUTURE</td></tr><tr><td>LOCALPATH</td></tr><tr><td>STDLIB</td></tr><tr><td>THIRDPARTY</td></tr>
51 </table>
52 <h3>Class Methods</h3> 55 <h3>Class Methods</h3>
53
54 <table> 56 <table>
55 <tr><td>None</td></tr> 57 <tr><td>None</td></tr>
56 </table> 58 </table>
59
57 <h3>Methods</h3> 60 <h3>Methods</h3>
58
59 <table> 61 <table>
60 <tr><td>None</td></tr> 62 <tr><td>None</td></tr>
61 </table> 63 </table>
64
62 <h3>Static Methods</h3> 65 <h3>Static Methods</h3>
63
64 <table> 66 <table>
65 <tr><td>None</td></tr> 67 <tr><td>None</td></tr>
66 </table> 68 </table>
69
67 70
68 <div align="right"><a href="#top">Up</a></div> 71 <div align="right"><a href="#top">Up</a></div>
69 <hr /> 72 <hr />
70 <hr /> 73 <hr />
71 <a NAME="NodeTypeEnum" ID="NodeTypeEnum"></a> 74 <a NAME="NodeTypeEnum" ID="NodeTypeEnum"></a>
72 <h2>NodeTypeEnum</h2> 75 <h2>NodeTypeEnum</h2>
73
74 <p> 76 <p>
75 Class representing the import node types. 77 Class representing the import node types.
76 </p> 78 </p>
79
77 <h3>Derived from</h3> 80 <h3>Derived from</h3>
78 enum.IntEnum 81 enum.IntEnum
79 <h3>Class Attributes</h3> 82 <h3>Class Attributes</h3>
83 <table>
84 <tr><td>IMPORT</td></tr>
85 <tr><td>IMPORT_FROM</td></tr>
86 </table>
80 87
81 <table>
82 <tr><td>IMPORT</td></tr><tr><td>IMPORT_FROM</td></tr>
83 </table>
84 <h3>Class Methods</h3> 88 <h3>Class Methods</h3>
85
86 <table>
87 <tr><td>None</td></tr>
88 </table>
89 <h3>Methods</h3>
90
91 <table>
92 <tr><td>None</td></tr>
93 </table>
94 <h3>Static Methods</h3>
95
96 <table> 89 <table>
97 <tr><td>None</td></tr> 90 <tr><td>None</td></tr>
98 </table> 91 </table>
99 92
93 <h3>Methods</h3>
94 <table>
95 <tr><td>None</td></tr>
96 </table>
97
98 <h3>Static Methods</h3>
99 <table>
100 <tr><td>None</td></tr>
101 </table>
102
103
100 <div align="right"><a href="#top">Up</a></div> 104 <div align="right"><a href="#top">Up</a></div>
101 <hr /> 105 <hr />
102 </body></html> 106 </body></html>

eric ide

mercurial