Thu, 04 Jan 2024 18:02:25 +0100
Fine tuned the source code documentation template and regenerated the source code documentation.
10116 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.AsyncVisitor</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.Async.AsyncVisitor</h1> | |
10 | <p> | |
11 | Module implementing a node visitor to check async functions for use of synchronous | |
12 | functions. | |
13 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
14 | |
10116 | 15 | <h3>Global Attributes</h3> |
16 | <table> | |
17 | <tr><td>None</td></tr> | |
18 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
19 | |
10116 | 20 | <h3>Classes</h3> |
21 | <table> | |
22 | <tr> | |
23 | <td><a href="#AsyncVisitor">AsyncVisitor</a></td> | |
24 | <td>Class implementing a node visitor for checking async functions for use of synchronous functions.</td> | |
25 | </tr> | |
26 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
27 | |
10116 | 28 | <h3>Functions</h3> |
29 | <table> | |
30 | <tr><td>None</td></tr> | |
31 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
32 | |
10116 | 33 | <hr /> |
34 | <hr /> | |
35 | <a NAME="AsyncVisitor" ID="AsyncVisitor"></a> | |
36 | <h2>AsyncVisitor</h2> | |
37 | <p> | |
38 | Class implementing a node visitor for checking async functions for use of | |
39 | synchronous functions. | |
40 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
41 | |
10116 | 42 | <h3>Derived from</h3> |
43 | ast.NodeVisitor | |
44 | <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:
10116
diff
changeset
|
45 | <table> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
46 | <tr><td>HttpMethods</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
47 | <tr><td>HttpPackages</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
48 | <tr><td>OsPathFuncs</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
49 | <tr><td>OsProcessMethods</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
50 | <tr><td>OsWaitMethods</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
51 | <tr><td>SubprocessMethods</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
52 | <tr><td>Urllib3DangerousClasses</td></tr> |
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
53 | </table> |
10116 | 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:
10116
diff
changeset
|
59 | |
10116 | 60 | <h3>Methods</h3> |
61 | <table> | |
62 | <tr> | |
63 | <td><a href="#AsyncVisitor.__init__">AsyncVisitor</a></td> | |
64 | <td>Constructor</td> | |
65 | </tr> | |
66 | <tr> | |
67 | <td><a href="#AsyncVisitor.visit_AsyncFunctionDef">visit_AsyncFunctionDef</a></td> | |
68 | <td>Public method to handle an async function definition.</td> | |
69 | </tr> | |
70 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
71 | |
10116 | 72 | <h3>Static Methods</h3> |
73 | <table> | |
74 | <tr><td>None</td></tr> | |
75 | </table> | |
76 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
77 | |
10116 | 78 | <a NAME="AsyncVisitor.__init__" ID="AsyncVisitor.__init__"></a> |
79 | <h4>AsyncVisitor (Constructor)</h4> | |
80 | <b>AsyncVisitor</b>(<i>args, checker</i>) | |
81 | <p> | |
82 | Constructor | |
83 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
84 | |
10116 | 85 | <dl> |
86 | ||
87 | <dt><i>args</i> (dict)</dt> | |
88 | <dd> | |
89 | dictionary containing the checker arguments | |
90 | </dd> | |
91 | <dt><i>checker</i> (ImportsChecker)</dt> | |
92 | <dd> | |
93 | reference to the checker | |
94 | </dd> | |
95 | </dl> | |
96 | <a NAME="AsyncVisitor.visit_AsyncFunctionDef" ID="AsyncVisitor.visit_AsyncFunctionDef"></a> | |
97 | <h4>AsyncVisitor.visit_AsyncFunctionDef</h4> | |
98 | <b>visit_AsyncFunctionDef</b>(<i>node</i>) | |
99 | <p> | |
100 | Public method to handle an async function definition. | |
101 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
102 | |
10116 | 103 | <dl> |
104 | ||
105 | <dt><i>node</i> (ast.AsyncFunctionDef)</dt> | |
106 | <dd> | |
107 | reference to the node to be processed | |
108 | </dd> | |
109 | </dl> | |
110 | <div align="right"><a href="#top">Up</a></div> | |
111 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10116
diff
changeset
|
112 | </body></html> |