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.
10086 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsUnionVisitor</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.Annotations.AnnotationsUnionVisitor</h1> | |
10 | <p> | |
11 | Module implementing a node visitor for checking the import of typing.Union. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
13 | |
10086 | 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:
10086
diff
changeset
|
18 | |
10086 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#AnnotationsUnionVisitor">AnnotationsUnionVisitor</a></td> | |
23 | <td>Class implementing a node visitor for checking the import of typing.Union.</td> | |
24 | </tr> | |
25 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
26 | |
10086 | 27 | <h3>Functions</h3> |
28 | <table> | |
29 | <tr><td>None</td></tr> | |
30 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
31 | |
10086 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="AnnotationsUnionVisitor" ID="AnnotationsUnionVisitor"></a> | |
35 | <h2>AnnotationsUnionVisitor</h2> | |
36 | <p> | |
37 | Class implementing a node visitor for checking the import of typing.Union. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
39 | |
10086 | 40 | <h3>Derived from</h3> |
41 | ast.NodeVisitor | |
42 | <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:
10086
diff
changeset
|
43 | <table> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
44 | <tr><td>AttributeName</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
45 | <tr><td>FullName</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
46 | <tr><td>ModuleName</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
47 | </table> |
10086 | 48 | |
49 | <h3>Class Methods</h3> | |
50 | <table> | |
51 | <tr><td>None</td></tr> | |
52 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
53 | |
10086 | 54 | <h3>Methods</h3> |
55 | <table> | |
56 | <tr> | |
57 | <td><a href="#AnnotationsUnionVisitor.__init__">AnnotationsUnionVisitor</a></td> | |
58 | <td>Constructor</td> | |
59 | </tr> | |
60 | <tr> | |
61 | <td><a href="#AnnotationsUnionVisitor.getIssues">getIssues</a></td> | |
62 | <td>Public method to get the collected Union nodes.</td> | |
63 | </tr> | |
64 | <tr> | |
65 | <td><a href="#AnnotationsUnionVisitor.visit_Attribute">visit_Attribute</a></td> | |
66 | <td>Public method to handle an ast.Attribute node.</td> | |
67 | </tr> | |
68 | <tr> | |
69 | <td><a href="#AnnotationsUnionVisitor.visit_Import">visit_Import</a></td> | |
70 | <td>Public method to handle an ast.Import node.</td> | |
71 | </tr> | |
72 | <tr> | |
73 | <td><a href="#AnnotationsUnionVisitor.visit_ImportFrom">visit_ImportFrom</a></td> | |
74 | <td>Public method to handle an ast.ImportFrom node.</td> | |
75 | </tr> | |
76 | <tr> | |
77 | <td><a href="#AnnotationsUnionVisitor.visit_Subscript">visit_Subscript</a></td> | |
78 | <td>Public method to handle an ast.Subscript node.</td> | |
79 | </tr> | |
80 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
81 | |
10086 | 82 | <h3>Static Methods</h3> |
83 | <table> | |
84 | <tr><td>None</td></tr> | |
85 | </table> | |
86 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
87 | |
10086 | 88 | <a NAME="AnnotationsUnionVisitor.__init__" ID="AnnotationsUnionVisitor.__init__"></a> |
89 | <h4>AnnotationsUnionVisitor (Constructor)</h4> | |
90 | <b>AnnotationsUnionVisitor</b>(<i></i>) | |
91 | <p> | |
92 | Constructor | |
93 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
94 | |
10086 | 95 | <a NAME="AnnotationsUnionVisitor.getIssues" ID="AnnotationsUnionVisitor.getIssues"></a> |
96 | <h4>AnnotationsUnionVisitor.getIssues</h4> | |
97 | <b>getIssues</b>(<i></i>) | |
98 | <p> | |
99 | Public method to get the collected Union nodes. | |
100 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
101 | |
10086 | 102 | <dl> |
103 | <dt>Return:</dt> | |
104 | <dd> | |
105 | list of collected nodes | |
106 | </dd> | |
107 | </dl> | |
108 | <dl> | |
109 | <dt>Return Type:</dt> | |
110 | <dd> | |
111 | list of ast.AST | |
112 | </dd> | |
113 | </dl> | |
114 | <a NAME="AnnotationsUnionVisitor.visit_Attribute" ID="AnnotationsUnionVisitor.visit_Attribute"></a> | |
115 | <h4>AnnotationsUnionVisitor.visit_Attribute</h4> | |
116 | <b>visit_Attribute</b>(<i>node</i>) | |
117 | <p> | |
118 | Public method to handle an ast.Attribute node. | |
119 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
120 | |
10086 | 121 | <dl> |
122 | ||
123 | <dt><i>node</i> (ast.Attribute)</dt> | |
124 | <dd> | |
125 | reference to the node to be handled | |
126 | </dd> | |
127 | </dl> | |
128 | <a NAME="AnnotationsUnionVisitor.visit_Import" ID="AnnotationsUnionVisitor.visit_Import"></a> | |
129 | <h4>AnnotationsUnionVisitor.visit_Import</h4> | |
130 | <b>visit_Import</b>(<i>node</i>) | |
131 | <p> | |
132 | Public method to handle an ast.Import node. | |
133 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
134 | |
10086 | 135 | <dl> |
136 | ||
137 | <dt><i>node</i> (ast.Import)</dt> | |
138 | <dd> | |
139 | reference to the node to be handled | |
140 | </dd> | |
141 | </dl> | |
142 | <a NAME="AnnotationsUnionVisitor.visit_ImportFrom" ID="AnnotationsUnionVisitor.visit_ImportFrom"></a> | |
143 | <h4>AnnotationsUnionVisitor.visit_ImportFrom</h4> | |
144 | <b>visit_ImportFrom</b>(<i>node</i>) | |
145 | <p> | |
146 | Public method to handle an ast.ImportFrom node. | |
147 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
148 | |
10086 | 149 | <dl> |
150 | ||
151 | <dt><i>node</i> (ast.ImportFrom)</dt> | |
152 | <dd> | |
153 | reference to the node to be handled | |
154 | </dd> | |
155 | </dl> | |
156 | <a NAME="AnnotationsUnionVisitor.visit_Subscript" ID="AnnotationsUnionVisitor.visit_Subscript"></a> | |
157 | <h4>AnnotationsUnionVisitor.visit_Subscript</h4> | |
158 | <b>visit_Subscript</b>(<i>node</i>) | |
159 | <p> | |
160 | Public method to handle an ast.Subscript node. | |
161 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
162 | |
10086 | 163 | <dl> |
164 | ||
165 | <dt><i>node</i> (ast.Subscript)</dt> | |
166 | <dd> | |
167 | reference to the node to be handled | |
168 | </dd> | |
169 | </dl> | |
170 | <div align="right"><a href="#top">Up</a></div> | |
171 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10086
diff
changeset
|
172 | </body></html> |