157 <td><a href="#SimplifyNodeVisitor.__check181">__check181</a></td> |
157 <td><a href="#SimplifyNodeVisitor.__check181">__check181</a></td> |
158 <td>Private method to check for assignments that could be converted into an augmented assignment.</td> |
158 <td>Private method to check for assignments that could be converted into an augmented assignment.</td> |
159 </tr> |
159 </tr> |
160 <tr> |
160 <tr> |
161 <td><a href="#SimplifyNodeVisitor.__check182">__check182</a></td> |
161 <td><a href="#SimplifyNodeVisitor.__check182">__check182</a></td> |
162 <td>Private method to check for calls of type 'super(Foo, self)' that could be shortened to 'super()'.</td> |
162 <td>Private method to check for calls of type 'super()' that could be shortened to 'super()'.</td> |
163 </tr> |
163 </tr> |
164 <tr> |
164 <tr> |
165 <td><a href="#SimplifyNodeVisitor.__check201">__check201</a></td> |
165 <td><a href="#SimplifyNodeVisitor.__check201">__check201</a></td> |
166 <td>Private method to check for calls where an unary 'not' is used for an unequality.</td> |
166 <td>Private method to check for calls where an unary 'not' is used for an unequality.</td> |
167 </tr> |
167 </tr> |
648 <a NAME="SimplifyNodeVisitor.__check182" ID="SimplifyNodeVisitor.__check182"></a> |
648 <a NAME="SimplifyNodeVisitor.__check182" ID="SimplifyNodeVisitor.__check182"></a> |
649 <h4>SimplifyNodeVisitor.__check182</h4> |
649 <h4>SimplifyNodeVisitor.__check182</h4> |
650 <b>__check182</b>(<i>node</i>) |
650 <b>__check182</b>(<i>node</i>) |
651 |
651 |
652 <p> |
652 <p> |
653 Private method to check for calls of type 'super(Foo, self)' that could |
653 Private method to check for calls of type 'super()' that could |
654 be shortened to 'super()'. |
654 be shortened to 'super()'. |
655 </p> |
655 </p> |
656 <dl> |
656 <dl> |
657 |
657 |
658 <dt><i>node</i> (ast.Call)</dt> |
658 <dt><i>node</i> (ast.Call)</dt> |