src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.ImportsEnums.html

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 9503
ae9232bf4854
permissions
-rw-r--r--

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.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>

eric ide

mercurial