254 <tr> |
254 <tr> |
255 <td><a href="#SimplifyNodeVisitor.__check910">__check910</a></td> |
255 <td><a href="#SimplifyNodeVisitor.__check910">__check910</a></td> |
256 <td>Private method to check for uses of 'dict.get(key, None)'.</td> |
256 <td>Private method to check for uses of 'dict.get(key, None)'.</td> |
257 </tr> |
257 </tr> |
258 <tr> |
258 <tr> |
|
259 <td><a href="#SimplifyNodeVisitor.__check911">__check911</a></td> |
|
260 <td>Private method to check for the expression "zip(_.keys(), _.values())".</td> |
|
261 </tr> |
|
262 <tr> |
259 <td><a href="#SimplifyNodeVisitor.__expressionUsesVariable">__expressionUsesVariable</a></td> |
263 <td><a href="#SimplifyNodeVisitor.__expressionUsesVariable">__expressionUsesVariable</a></td> |
260 <td>Private method to check, if a variable is used by an expression.</td> |
264 <td>Private method to check, if a variable is used by an expression.</td> |
261 </tr> |
265 </tr> |
262 <tr> |
266 <tr> |
263 <td><a href="#SimplifyNodeVisitor.__getDuplicatedIsinstanceCall">__getDuplicatedIsinstanceCall</a></td> |
267 <td><a href="#SimplifyNodeVisitor.__getDuplicatedIsinstanceCall">__getDuplicatedIsinstanceCall</a></td> |
1085 <dt><i>node</i> (ast.Call)</dt> |
1089 <dt><i>node</i> (ast.Call)</dt> |
1086 <dd> |
1090 <dd> |
1087 reference to the AST node to be checked |
1091 reference to the AST node to be checked |
1088 </dd> |
1092 </dd> |
1089 </dl> |
1093 </dl> |
|
1094 <a NAME="SimplifyNodeVisitor.__check911" ID="SimplifyNodeVisitor.__check911"></a> |
|
1095 <h4>SimplifyNodeVisitor.__check911</h4> |
|
1096 <b>__check911</b>(<i>node</i>) |
|
1097 |
|
1098 <p> |
|
1099 Private method to check for the expression "zip(_.keys(), _.values())". |
|
1100 </p> |
|
1101 <dl> |
|
1102 |
|
1103 <dt><i>node</i> (ast.Call)</dt> |
|
1104 <dd> |
|
1105 reference to the AST node to be checked |
|
1106 </dd> |
|
1107 </dl> |
1090 <a NAME="SimplifyNodeVisitor.__expressionUsesVariable" ID="SimplifyNodeVisitor.__expressionUsesVariable"></a> |
1108 <a NAME="SimplifyNodeVisitor.__expressionUsesVariable" ID="SimplifyNodeVisitor.__expressionUsesVariable"></a> |
1091 <h4>SimplifyNodeVisitor.__expressionUsesVariable</h4> |
1109 <h4>SimplifyNodeVisitor.__expressionUsesVariable</h4> |
1092 <b>__expressionUsesVariable</b>(<i>expr, var</i>) |
1110 <b>__expressionUsesVariable</b>(<i>expr, var</i>) |
1093 |
1111 |
1094 <p> |
1112 <p> |