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.
10116 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async</h1> | |
9 | <p> | |
10 | Package implementing a checker for "async" related issues. | |
11 | </p> | |
12 | ||
13 | ||
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>Modules</h3> |
16 | <table> | |
17 | ||
18 | <tr> | |
19 | <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.AsyncChecker.html">AsyncChecker</a></td> | |
20 | <td>Module implementing a checker for "async" related issues.</td> | |
21 | </tr> | |
22 | <tr> | |
23 | <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.AsyncVisitor.html">AsyncVisitor</a></td> | |
24 | <td>Module implementing a node visitor to check async functions for use of synchronous functions.</td> | |
25 | </tr> | |
26 | <tr> | |
27 | <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Async.translations.html">translations</a></td> | |
28 | <td>Module implementing message translations for the code style plugin messages (async part).</td> | |
29 | </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:
10116
diff
changeset
|
31 | </body></html> |