Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
10046 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.NameOrder.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.NameOrder.ImportsEnums</h1> | |
10 | <p> | |
11 | Module implementing some enums for the import order checker. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
13 | |
10046 | 14 | <h3>Global Attributes</h3> |
15 | <table> | |
16 | <tr><td>None</td></tr> | |
17 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
18 | |
10046 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#GroupEnum">GroupEnum</a></td> | |
23 | <td>Class representing the various import groups.</td> | |
24 | </tr> | |
25 | <tr> | |
26 | <td><a href="#NodeTypeEnum">NodeTypeEnum</a></td> | |
27 | <td>Class representing the import node types.</td> | |
28 | </tr> | |
29 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
30 | |
10046 | 31 | <h3>Functions</h3> |
32 | <table> | |
33 | <tr><td>None</td></tr> | |
34 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
35 | |
10046 | 36 | <hr /> |
37 | <hr /> | |
38 | <a NAME="GroupEnum" ID="GroupEnum"></a> | |
39 | <h2>GroupEnum</h2> | |
40 | <p> | |
41 | Class representing the various import groups. | |
42 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
43 | |
10046 | 44 | <h3>Derived from</h3> |
45 | enum.IntEnum | |
46 | <h3>Class Attributes</h3> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
47 | <table> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
48 | <tr><td>FIRSTPARTY</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
49 | <tr><td>FUTURE</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
50 | <tr><td>LOCALPATH</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
51 | <tr><td>STDLIB</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
52 | <tr><td>THIRDPARTY</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
53 | </table> |
10046 | 54 | |
55 | <h3>Class Methods</h3> | |
56 | <table> | |
57 | <tr><td>None</td></tr> | |
58 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
59 | |
10046 | 60 | <h3>Methods</h3> |
61 | <table> | |
62 | <tr><td>None</td></tr> | |
63 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
64 | |
10046 | 65 | <h3>Static Methods</h3> |
66 | <table> | |
67 | <tr><td>None</td></tr> | |
68 | </table> | |
69 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
70 | |
10046 | 71 | <div align="right"><a href="#top">Up</a></div> |
72 | <hr /> | |
73 | <hr /> | |
74 | <a NAME="NodeTypeEnum" ID="NodeTypeEnum"></a> | |
75 | <h2>NodeTypeEnum</h2> | |
76 | <p> | |
77 | Class representing the import node types. | |
78 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
79 | |
10046 | 80 | <h3>Derived from</h3> |
81 | enum.IntEnum | |
82 | <h3>Class Attributes</h3> | |
83 | <table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
84 | <tr><td>IMPORT</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
85 | <tr><td>IMPORT_FROM</td></tr> |
10046 | 86 | </table> |
87 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
88 | <h3>Class Methods</h3> |
10046 | 89 | <table> |
90 | <tr><td>None</td></tr> | |
91 | </table> | |
92 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
93 | <h3>Methods</h3> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
94 | <table> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
95 | <tr><td>None</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
96 | </table> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
97 | |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
98 | <h3>Static Methods</h3> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
99 | <table> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
100 | <tr><td>None</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
101 | </table> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
102 | |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
103 | |
10046 | 104 | <div align="right"><a href="#top">Up</a></div> |
105 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
106 | </body></html> |