eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.ImportsEnums.html

branch
eric7
changeset 8877
548d45c3f571
equal deleted inserted replaced
8876:2001accf55b3 8877:548d45c3f571
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.ImportsEnums</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.Imports.ImportsEnums</h1>
10
11 <p>
12 Module implementing some enums for the import order checker.
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="#GroupEnum">GroupEnum</a></td>
25 <td>Class representing the various import groups.</td>
26 </tr>
27 <tr>
28 <td><a href="#NodeTypeEnum">NodeTypeEnum</a></td>
29 <td>Class representing the import node types.</td>
30 </tr>
31 </table>
32 <h3>Functions</h3>
33
34 <table>
35 <tr><td>None</td></tr>
36 </table>
37 <hr />
38 <hr />
39 <a NAME="GroupEnum" ID="GroupEnum"></a>
40 <h2>GroupEnum</h2>
41
42 <p>
43 Class representing the various import groups.
44 </p>
45 <h3>Derived from</h3>
46 enum.IntEnum
47 <h3>Class Attributes</h3>
48
49 <table>
50 <tr><td>APPLICATION</td></tr><tr><td>FUTURE</td></tr><tr><td>STDLIB</td></tr><tr><td>THIRD_PARTY</td></tr>
51 </table>
52 <h3>Class Methods</h3>
53
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58
59 <table>
60 <tr><td>None</td></tr>
61 </table>
62 <h3>Static Methods</h3>
63
64 <table>
65 <tr><td>None</td></tr>
66 </table>
67
68 <div align="right"><a href="#top">Up</a></div>
69 <hr />
70 <hr />
71 <a NAME="NodeTypeEnum" ID="NodeTypeEnum"></a>
72 <h2>NodeTypeEnum</h2>
73
74 <p>
75 Class representing the import node types.
76 </p>
77 <h3>Derived from</h3>
78 enum.IntEnum
79 <h3>Class Attributes</h3>
80
81 <table>
82 <tr><td>IMPORT</td></tr><tr><td>IMPORT_FROM</td></tr>
83 </table>
84 <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>
97 <tr><td>None</td></tr>
98 </table>
99
100 <div align="right"><a href="#top">Up</a></div>
101 <hr />
102 </body></html>

eric ide

mercurial