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.
<!DOCTYPE html> <html><head> <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous</h1> <p> Package implementing the checker for miscellaneous issues. </p> <h3>Modules</h3> <table> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.BugBearVisitor.html">BugBearVisitor</a></td> <td>Module implementing a visitor to check for various potential issues.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.DateTimeVisitor.html">DateTimeVisitor</a></td> <td>Module implementing a node visitor to check datetime function calls.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.DefaultMatchCaseVisitor.html">DefaultMatchCaseVisitor</a></td> <td>Module implementing a node visitor to check default match cases.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html">MiscellaneousChecker</a></td> <td>Module implementing a checker for miscellaneous checks.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousDefaults.html">MiscellaneousDefaults</a></td> <td>Module implementing complex defaults for the miscellaneous checker.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.ReturnVisitor.html">ReturnVisitor</a></td> <td>Module implementing a node visitor to check return statements.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.SysVersionVisitor.html">SysVersionVisitor</a></td> <td>Module implementing a node visitor to check the use of sys.version and sys.version_info.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.TextVisitor.html">TextVisitor</a></td> <td>Module implementing a node visitor for bytes and str instances.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.eradicate.html">eradicate</a></td> <td>Removes commented-out Python code.</td> </tr> <tr> <td><a href="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.translations.html">translations</a></td> <td>Module implementing message translations for the code style plugin messages (miscellaneous part).</td> </tr> </table> </body></html>