diff -r fc45672fae42 -r 73d80859079c src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Unused.UnusedChecker.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Unused.UnusedChecker.html Thu Feb 27 09:22:15 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Unused.UnusedChecker.html Thu Feb 27 14:42:39 2025 +0100 @@ -303,9 +303,10 @@ </p> <h3>Derived from</h3> -None +CodeStyleTopicChecker <h3>Class Attributes</h3> <table> +<tr><td>Category</td></tr> <tr><td>Codes</td></tr> </table> @@ -329,10 +330,6 @@ <td>Private method to check for unused global variables.</td> </tr> <tr> -<td><a href="#UnusedChecker.__error">__error</a></td> -<td>Private method to record an issue.</td> -</tr> -<tr> <td><a href="#UnusedChecker.__extractGlobalVariables">__extractGlobalVariables</a></td> <td>Private method to get the names of all global variables.</td> </tr> @@ -349,10 +346,6 @@ <td>Private method to get a list of unused arguments of the given function.</td> </tr> <tr> -<td><a href="#UnusedChecker.__ignoreCode">__ignoreCode</a></td> -<td>Private method to check if the message code should be ignored.</td> -</tr> -<tr> <td><a href="#UnusedChecker.__isDunderMethod">__isDunderMethod</a></td> <td>Private method to check, if the function node defines a special function.</td> </tr> @@ -364,10 +357,6 @@ <td><a href="#UnusedChecker.__isStubFunction">__isStubFunction</a></td> <td>Private method to check, if the given function node defines a stub function.</td> </tr> -<tr> -<td><a href="#UnusedChecker.run">run</a></td> -<td>Public method to check the given source against miscellaneous conditions.</td> -</tr> </table> <h3>Static Methods</h3> @@ -432,32 +421,6 @@ Private method to check for unused global variables. </p> -<a NAME="UnusedChecker.__error" ID="UnusedChecker.__error"></a> -<h4>UnusedChecker.__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="UnusedChecker.__extractGlobalVariables" ID="UnusedChecker.__extractGlobalVariables"></a> <h4>UnusedChecker.__extractGlobalVariables</h4> <b>__extractGlobalVariables</b>(<i></i>) @@ -555,32 +518,6 @@ list of tuples of (int, ast.arg) </dd> </dl> -<a NAME="UnusedChecker.__ignoreCode" ID="UnusedChecker.__ignoreCode"></a> -<h4>UnusedChecker.__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="UnusedChecker.__isDunderMethod" ID="UnusedChecker.__isDunderMethod"></a> <h4>UnusedChecker.__isDunderMethod</h4> <b>__isDunderMethod</b>(<i>functionNode</i>) @@ -664,14 +601,6 @@ bool </dd> </dl> -<a NAME="UnusedChecker.run" ID="UnusedChecker.run"></a> -<h4>UnusedChecker.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>