src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html

branch
eric7
changeset 11150
73d80859079c
parent 10479
856476537696
diff -r fc45672fae42 -r 73d80859079c src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html	Thu Feb 27 09:22:15 2025 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.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>
 
@@ -88,10 +89,6 @@
 <td>Private method to classify the missing type annotation based on the Function & Argument metadata.</td>
 </tr>
 <tr>
-<td><a href="#AnnotationsChecker.__error">__error</a></td>
-<td>Private method to record an issue.</td>
-</tr>
-<tr>
 <td><a href="#AnnotationsChecker.__getAnnotationComplexity">__getAnnotationComplexity</a></td>
 <td>Private method to determine the annotation complexity.</td>
 </tr>
@@ -104,17 +101,9 @@
 <td>Private method to check for type annotations.</td>
 </tr>
 <tr>
-<td><a href="#AnnotationsChecker.__ignoreCode">__ignoreCode</a></td>
-<td>Private method to check if the message code should be ignored.</td>
-</tr>
-<tr>
 <td><a href="#AnnotationsChecker.__returnErrorClassifier">__returnErrorClassifier</a></td>
 <td>Private method to classify a return type annotation issue.</td>
 </tr>
-<tr>
-<td><a href="#AnnotationsChecker.run">run</a></td>
-<td>Public method to check the given source against annotation issues.</td>
-</tr>
 </table>
 
 <h3>Static Methods</h3>
@@ -273,32 +262,6 @@
 reference to the Argument object
 </dd>
 </dl>
-<a NAME="AnnotationsChecker.__error" ID="AnnotationsChecker.__error"></a>
-<h4>AnnotationsChecker.__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="AnnotationsChecker.__getAnnotationComplexity" ID="AnnotationsChecker.__getAnnotationComplexity"></a>
 <h4>AnnotationsChecker.__getAnnotationComplexity</h4>
 <b>__getAnnotationComplexity</b>(<i>annotationNode, defaultComplexity=1</i>)
@@ -383,32 +346,6 @@
 bool
 </dd>
 </dl>
-<a NAME="AnnotationsChecker.__ignoreCode" ID="AnnotationsChecker.__ignoreCode"></a>
-<h4>AnnotationsChecker.__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="AnnotationsChecker.__returnErrorClassifier" ID="AnnotationsChecker.__returnErrorClassifier"></a>
 <h4>AnnotationsChecker.__returnErrorClassifier</h4>
 <b>__returnErrorClassifier</b>(<i>isClassMethod, classDecoratorType, functionType</i>)
@@ -443,13 +380,6 @@
 str
 </dd>
 </dl>
-<a NAME="AnnotationsChecker.run" ID="AnnotationsChecker.run"></a>
-<h4>AnnotationsChecker.run</h4>
-<b>run</b>(<i></i>)
-<p>
-        Public method to check the given source against annotation issues.
-</p>
-
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>

eric ide

mercurial