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

branch
eric7
changeset 11150
73d80859079c
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.ImportsChecker.html	Thu Feb 27 09:22:15 2025 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Imports.ImportsChecker.html	Thu Feb 27 14:42:39 2025 +0100
@@ -38,9 +38,10 @@
 </p>
 
 <h3>Derived from</h3>
-None
+CodeStyleTopicChecker
 <h3>Class Attributes</h3>
 <table>
+<tr><td>Category</td></tr>
 <tr><td>Codes</td></tr>
 </table>
 
@@ -76,14 +77,6 @@
 <td>Private method to convert a pattern to a regex such that ".*" matches zero or more modules.</td>
 </tr>
 <tr>
-<td><a href="#ImportsChecker.__error">__error</a></td>
-<td>Private method to record an issue.</td>
-</tr>
-<tr>
-<td><a href="#ImportsChecker.__ignoreCode">__ignoreCode</a></td>
-<td>Private method to check if the message code should be ignored.</td>
-</tr>
-<tr>
 <td><a href="#ImportsChecker.__isModuleBanned">__isModuleBanned</a></td>
 <td>Private method to check, if the given module name banned.</td>
 </tr>
@@ -91,10 +84,6 @@
 <td><a href="#ImportsChecker.__tidyImports">__tidyImports</a></td>
 <td>Private method to check various other import related topics.</td>
 </tr>
-<tr>
-<td><a href="#ImportsChecker.run">run</a></td>
-<td>Public method to check the given source against miscellaneous conditions.</td>
-</tr>
 </table>
 
 <h3>Static Methods</h3>
@@ -221,58 +210,6 @@
 re.regex object
 </dd>
 </dl>
-<a NAME="ImportsChecker.__error" ID="ImportsChecker.__error"></a>
-<h4>ImportsChecker.__error</h4>
-<b>__error</b>(<i>lineNumber, offset, code, *args</i>)
-<p>
-        Private method to record an issue.
-</p>
-
-<dl>
-
-<dt><i>lineNumber</i> (int)</dt>
-<dd>
-line number of the issue
-</dd>
-<dt><i>offset</i> (int)</dt>
-<dd>
-position within line of the issue
-</dd>
-<dt><i>code</i> (str)</dt>
-<dd>
-message code
-</dd>
-<dt><i>args</i> (list)</dt>
-<dd>
-arguments for the message
-</dd>
-</dl>
-<a NAME="ImportsChecker.__ignoreCode" ID="ImportsChecker.__ignoreCode"></a>
-<h4>ImportsChecker.__ignoreCode</h4>
-<b>__ignoreCode</b>(<i>code</i>)
-<p>
-        Private method to check if the message code should be ignored.
-</p>
-
-<dl>
-
-<dt><i>code</i> (str)</dt>
-<dd>
-message code to check for
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<dd>
-flag indicating to ignore the given code
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-bool
-</dd>
-</dl>
 <a NAME="ImportsChecker.__isModuleBanned" ID="ImportsChecker.__isModuleBanned"></a>
 <h4>ImportsChecker.__isModuleBanned</h4>
 <b>__isModuleBanned</b>(<i>moduleName</i>)
@@ -306,14 +243,6 @@
         Private method to check various other import related topics.
 </p>
 
-<a NAME="ImportsChecker.run" ID="ImportsChecker.run"></a>
-<h4>ImportsChecker.run</h4>
-<b>run</b>(<i></i>)
-<p>
-        Public method to check the given source against miscellaneous
-        conditions.
-</p>
-
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>

eric ide

mercurial