--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html Sat Sep 02 15:50:01 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html Sat Sep 02 15:50:18 2023 +0200 @@ -171,6 +171,10 @@ <td>Private method to check a set for duplicate items.</td> </tr> <tr> +<td><a href="#BugBearVisitor.__checkForM534">__checkForM534</a></td> +<td>Private method to check that re.sub/subn/split arguments flags/count/maxsplit are passed as keyword arguments.</td> +</tr> +<tr> <td><a href="#BugBearVisitor.__checkRedundantExcepthandlers">__checkRedundantExcepthandlers</a></td> <td>Private method to check for redundant exception types in an exception handler.</td> </tr> @@ -215,6 +219,10 @@ <td></td> </tr> <tr> +<td><a href="#BugBearVisitor.check">check</a></td> +<td></td> +</tr> +<tr> <td><a href="#BugBearVisitor.emptyBody">emptyBody</a></td> <td></td> </tr> @@ -623,6 +631,21 @@ reference to the node to be processed </dd> </dl> +<a NAME="BugBearVisitor.__checkForM534" ID="BugBearVisitor.__checkForM534"></a> +<h4>BugBearVisitor.__checkForM534</h4> +<b>__checkForM534</b>(<i>node</i>) + +<p> + Private method to check that re.sub/subn/split arguments flags/count/maxsplit + are passed as keyword arguments. +</p> +<dl> + +<dt><i>node</i> (ast.Call)</dt> +<dd> +reference to the node to be processed +</dd> +</dl> <a NAME="BugBearVisitor.__checkRedundantExcepthandlers" ID="BugBearVisitor.__checkRedundantExcepthandlers"></a> <h4>BugBearVisitor.__checkRedundantExcepthandlers</h4> <b>__checkRedundantExcepthandlers</b>(<i>names, node</i>) @@ -902,6 +925,10 @@ <h4>BugBearVisitor._loop</h4> <b>_loop</b>(<i>badNodeTypes</i>) +<a NAME="BugBearVisitor.check" ID="BugBearVisitor.check"></a> +<h4>BugBearVisitor.check</h4> +<b>check</b>(<i>paramName</i>) + <a NAME="BugBearVisitor.emptyBody" ID="BugBearVisitor.emptyBody"></a> <h4>BugBearVisitor.emptyBody</h4> <b>emptyBody</b>(<i></i>) @@ -3071,10 +3098,6 @@ <td>Public method to handle an asynchronous function definition.</td> </tr> <tr> -<td><a href="#TextVisitor.visit_Bytes">visit_Bytes</a></td> -<td>Public method to record a bytes node.</td> -</tr> -<tr> <td><a href="#TextVisitor.visit_Call">visit_Call</a></td> <td>Public method to handle a function call.</td> </tr> @@ -3094,10 +3117,6 @@ <td><a href="#TextVisitor.visit_Module">visit_Module</a></td> <td>Public method to handle a module.</td> </tr> -<tr> -<td><a href="#TextVisitor.visit_Str">visit_Str</a></td> -<td>Public method to record a string node.</td> -</tr> </table> <h3>Static Methods</h3> @@ -3172,20 +3191,6 @@ reference to the node to handle </dd> </dl> -<a NAME="TextVisitor.visit_Bytes" ID="TextVisitor.visit_Bytes"></a> -<h4>TextVisitor.visit_Bytes</h4> -<b>visit_Bytes</b>(<i>node</i>) - -<p> - Public method to record a bytes node. -</p> -<dl> - -<dt><i>node</i> (ast.Bytes)</dt> -<dd> -reference to the bytes node -</dd> -</dl> <a NAME="TextVisitor.visit_Call" ID="TextVisitor.visit_Call"></a> <h4>TextVisitor.visit_Call</h4> <b>visit_Call</b>(<i>node</i>) @@ -3256,20 +3261,6 @@ reference to the node to handle </dd> </dl> -<a NAME="TextVisitor.visit_Str" ID="TextVisitor.visit_Str"></a> -<h4>TextVisitor.visit_Str</h4> -<b>visit_Str</b>(<i>node</i>) - -<p> - Public method to record a string node. -</p> -<dl> - -<dt><i>node</i> (ast.Str)</dt> -<dd> -reference to the string node -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />