--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.AsyncVisitor.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.AsyncVisitor.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,55 +7,58 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.AsyncVisitor</h1> - <p> Module implementing a node visitor to check async functions for use of synchronous functions. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#AsyncVisitor">AsyncVisitor</a></td> <td>Class implementing a node visitor for checking async functions for use of synchronous functions.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="AsyncVisitor" ID="AsyncVisitor"></a> <h2>AsyncVisitor</h2> - <p> Class implementing a node visitor for checking async functions for use of synchronous functions. </p> + <h3>Derived from</h3> ast.NodeVisitor <h3>Class Attributes</h3> +<table> +<tr><td>HttpMethods</td></tr> +<tr><td>HttpPackages</td></tr> +<tr><td>OsPathFuncs</td></tr> +<tr><td>OsProcessMethods</td></tr> +<tr><td>OsWaitMethods</td></tr> +<tr><td>SubprocessMethods</td></tr> +<tr><td>Urllib3DangerousClasses</td></tr> +</table> -<table> -<tr><td>HttpMethods</td></tr><tr><td>HttpPackages</td></tr><tr><td>OsPathFuncs</td></tr><tr><td>OsProcessMethods</td></tr><tr><td>OsWaitMethods</td></tr><tr><td>SubprocessMethods</td></tr><tr><td>Urllib3DangerousClasses</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#AsyncVisitor.__init__">AsyncVisitor</a></td> <td>Constructor</td> @@ -65,19 +68,20 @@ <td>Public method to handle an async function definition.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="AsyncVisitor.__init__" ID="AsyncVisitor.__init__"></a> <h4>AsyncVisitor (Constructor)</h4> <b>AsyncVisitor</b>(<i>args, checker</i>) - <p> Constructor </p> + <dl> <dt><i>args</i> (dict)</dt> @@ -92,10 +96,10 @@ <a NAME="AsyncVisitor.visit_AsyncFunctionDef" ID="AsyncVisitor.visit_AsyncFunctionDef"></a> <h4>AsyncVisitor.visit_AsyncFunctionDef</h4> <b>visit_AsyncFunctionDef</b>(<i>node</i>) - <p> Public method to handle an async function definition. </p> + <dl> <dt><i>node</i> (ast.AsyncFunctionDef)</dt> @@ -105,4 +109,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>