src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html

branch
eric7
changeset 10648
57b0f5657250
parent 10510
fa7b8ebfbe13
child 10899
3d32490ebde4
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html	Sun Mar 24 16:42:10 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html	Mon Mar 25 17:47:57 2024 +0100
@@ -35,7 +35,7 @@
 <td>Class to extract a name out of a tree of nodes ignoring names defined within the local scope of a comprehension.</td>
 </tr>
 <tr>
-<td><a href="#M538Checker">M538Checker</a></td>
+<td><a href="#M569Checker">M569Checker</a></td>
 <td>Class traversing a 'for' loop body to check for modifications to a loop's mutable iterable.</td>
 </tr>
 <tr>
@@ -189,7 +189,7 @@
 <td>Private method to check that a static key isn't used in a dict comprehension.</td>
 </tr>
 <tr>
-<td><a href="#BugBearVisitor.__checkForM538">__checkForM538</a></td>
+<td><a href="#BugBearVisitor.__checkForM569">__checkForM569</a></td>
 <td>Private method to check for changes to a loop's mutable iterable.</td>
 </tr>
 <tr>
@@ -711,9 +711,9 @@
 reference to the node to be processed
 </dd>
 </dl>
-<a NAME="BugBearVisitor.__checkForM538" ID="BugBearVisitor.__checkForM538"></a>
-<h4>BugBearVisitor.__checkForM538</h4>
-<b>__checkForM538</b>(<i>node</i>)
+<a NAME="BugBearVisitor.__checkForM569" ID="BugBearVisitor.__checkForM569"></a>
+<h4>BugBearVisitor.__checkForM569</h4>
+<b>__checkForM569</b>(<i>node</i>)
 <p>
         Private method to check for changes to a loop's mutable iterable.
 </p>
@@ -1849,8 +1849,8 @@
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
-<a NAME="M538Checker" ID="M538Checker"></a>
-<h2>M538Checker</h2>
+<a NAME="M569Checker" ID="M569Checker"></a>
+<h2>M569Checker</h2>
 <p>
     Class traversing a 'for' loop body to check for modifications to a loop's
     mutable iterable.
@@ -1871,19 +1871,19 @@
 <h3>Methods</h3>
 <table>
 <tr>
-<td><a href="#M538Checker.__init__">M538Checker</a></td>
+<td><a href="#M569Checker.__init__">M569Checker</a></td>
 <td>Constructor</td>
 </tr>
 <tr>
-<td><a href="#M538Checker.visit">visit</a></td>
+<td><a href="#M569Checker.visit">visit</a></td>
 <td>Public method to inspect an ast node.</td>
 </tr>
 <tr>
-<td><a href="#M538Checker.visit_Call">visit_Call</a></td>
+<td><a href="#M569Checker.visit_Call">visit_Call</a></td>
 <td>Public method handling 'Call' nodes.</td>
 </tr>
 <tr>
-<td><a href="#M538Checker.visit_Delete">visit_Delete</a></td>
+<td><a href="#M569Checker.visit_Delete">visit_Delete</a></td>
 <td>Public method handling 'Delete' nodes.</td>
 </tr>
 </table>
@@ -1894,9 +1894,9 @@
 </table>
 
 
-<a NAME="M538Checker.__init__" ID="M538Checker.__init__"></a>
-<h4>M538Checker (Constructor)</h4>
-<b>M538Checker</b>(<i>name, bugbear</i>)
+<a NAME="M569Checker.__init__" ID="M569Checker.__init__"></a>
+<h4>M569Checker (Constructor)</h4>
+<b>M569Checker</b>(<i>name, bugbear</i>)
 <p>
         Constructor
 </p>
@@ -1912,8 +1912,8 @@
 reference to the bugbear visitor
 </dd>
 </dl>
-<a NAME="M538Checker.visit" ID="M538Checker.visit"></a>
-<h4>M538Checker.visit</h4>
+<a NAME="M569Checker.visit" ID="M569Checker.visit"></a>
+<h4>M569Checker.visit</h4>
 <b>visit</b>(<i>node</i>)
 <p>
         Public method to inspect an ast node.
@@ -1941,8 +1941,8 @@
 ast.Node
 </dd>
 </dl>
-<a NAME="M538Checker.visit_Call" ID="M538Checker.visit_Call"></a>
-<h4>M538Checker.visit_Call</h4>
+<a NAME="M569Checker.visit_Call" ID="M569Checker.visit_Call"></a>
+<h4>M569Checker.visit_Call</h4>
 <b>visit_Call</b>(<i>node</i>)
 <p>
         Public method handling 'Call' nodes.
@@ -1955,8 +1955,8 @@
 reference to the node to be processed
 </dd>
 </dl>
-<a NAME="M538Checker.visit_Delete" ID="M538Checker.visit_Delete"></a>
-<h4>M538Checker.visit_Delete</h4>
+<a NAME="M569Checker.visit_Delete" ID="M569Checker.visit_Delete"></a>
+<h4>M569Checker.visit_Delete</h4>
 <b>visit_Delete</b>(<i>node</i>)
 <p>
         Public method handling 'Delete' nodes.

eric ide

mercurial