diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyChecker.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyChecker.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyChecker.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyChecker</h1> - <p> Module implementing the checker for simplifying Python code. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#SimplifyChecker">SimplifyChecker</a></td> <td>Class implementing a checker for to help simplifying Python code.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="SimplifyChecker" ID="SimplifyChecker"></a> <h2>SimplifyChecker</h2> - <p> Class implementing a checker for to help simplifying Python code. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> - <table> <tr><td>Codes</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#SimplifyChecker.__init__">SimplifyChecker</a></td> <td>Constructor</td> @@ -75,19 +72,20 @@ <td>Public method to check the given source against functions to be replaced by 'pathlib' equivalents.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="SimplifyChecker.__init__" ID="SimplifyChecker.__init__"></a> <h4>SimplifyChecker (Constructor)</h4> <b>SimplifyChecker</b>(<i>source, filename, tree, selected, ignored, expected, repeat</i>) - <p> Constructor </p> + <dl> <dt><i>source</i> (list of str)</dt> @@ -122,11 +120,11 @@ <a NAME="SimplifyChecker.__addMeta" ID="SimplifyChecker.__addMeta"></a> <h4>SimplifyChecker.__addMeta</h4> <b>__addMeta</b>(<i>root, level=0</i>) - <p> Private method to amend the nodes of the given AST tree with backward and forward references. </p> + <dl> <dt><i>root</i> (ast.AST)</dt> @@ -141,10 +139,10 @@ <a NAME="SimplifyChecker.__error" ID="SimplifyChecker.__error"></a> <h4>SimplifyChecker.__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> @@ -167,10 +165,10 @@ <a NAME="SimplifyChecker.__ignoreCode" ID="SimplifyChecker.__ignoreCode"></a> <h4>SimplifyChecker.__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> @@ -193,11 +191,11 @@ <a NAME="SimplifyChecker.run" ID="SimplifyChecker.run"></a> <h4>SimplifyChecker.run</h4> <b>run</b>(<i></i>) - <p> Public method to check the given source against functions to be replaced by 'pathlib' equivalents. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>