src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyNodeVisitor.html

branch
eric7
changeset 10358
957c9de01d42
parent 10189
1ab3a4674cb4
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyNodeVisitor.html	Wed Nov 29 14:32:18 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Simplify.SimplifyNodeVisitor.html	Wed Nov 29 14:34:13 2023 +0100
@@ -256,6 +256,10 @@
 <td>Private method to check for uses of 'dict.get(key, None)'.</td>
 </tr>
 <tr>
+<td><a href="#SimplifyNodeVisitor.__check911">__check911</a></td>
+<td>Private method to check for the expression "zip(_.keys(), _.values())".</td>
+</tr>
+<tr>
 <td><a href="#SimplifyNodeVisitor.__expressionUsesVariable">__expressionUsesVariable</a></td>
 <td>Private method to check, if a variable is used by an expression.</td>
 </tr>
@@ -1087,6 +1091,20 @@
 reference to the AST node to be checked
 </dd>
 </dl>
+<a NAME="SimplifyNodeVisitor.__check911" ID="SimplifyNodeVisitor.__check911"></a>
+<h4>SimplifyNodeVisitor.__check911</h4>
+<b>__check911</b>(<i>node</i>)
+
+<p>
+        Private method to check for the expression "zip(_.keys(), _.values())".
+</p>
+<dl>
+
+<dt><i>node</i> (ast.Call)</dt>
+<dd>
+reference to the AST node to be checked
+</dd>
+</dl>
 <a NAME="SimplifyNodeVisitor.__expressionUsesVariable" ID="SimplifyNodeVisitor.__expressionUsesVariable"></a>
 <h4>SimplifyNodeVisitor.__expressionUsesVariable</h4>
 <b>__expressionUsesVariable</b>(<i>expr, var</i>)

eric ide

mercurial