Wed, 09 Nov 2022 15:18:07 +0100
Regenerated the source code documentation.
<!DOCTYPE html> <html><head> <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.ImportsEnums</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.ImportsEnums</h1> <p> Module implementing some enums for the import order checker. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#GroupEnum">GroupEnum</a></td> <td>Class representing the various import groups.</td> </tr> <tr> <td><a href="#NodeTypeEnum">NodeTypeEnum</a></td> <td>Class representing the import node types.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="GroupEnum" ID="GroupEnum"></a> <h2>GroupEnum</h2> <p> Class representing the various import groups. </p> <h3>Derived from</h3> enum.IntEnum <h3>Class Attributes</h3> <table> <tr><td>FIRSTPARTY</td></tr><tr><td>FUTURE</td></tr><tr><td>LOCALPATH</td></tr><tr><td>STDLIB</td></tr><tr><td>THIRDPARTY</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> <a NAME="NodeTypeEnum" ID="NodeTypeEnum"></a> <h2>NodeTypeEnum</h2> <p> Class representing the import node types. </p> <h3>Derived from</h3> enum.IntEnum <h3>Class Attributes</h3> <table> <tr><td>IMPORT</td></tr><tr><td>IMPORT_FROM</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>