452 <td>Private method to check the __future__ imports.</td> |
452 <td>Private method to check the __future__ imports.</td> |
453 </tr><tr> |
453 </tr><tr> |
454 <td><a href="#MiscellaneousChecker.__checkGettext">__checkGettext</a></td> |
454 <td><a href="#MiscellaneousChecker.__checkGettext">__checkGettext</a></td> |
455 <td>Private method to check the 'gettext' import statement.</td> |
455 <td>Private method to check the 'gettext' import statement.</td> |
456 </tr><tr> |
456 </tr><tr> |
|
457 <td><a href="#MiscellaneousChecker.__checkLineContinuation">__checkLineContinuation</a></td> |
|
458 <td>Private method to check öine continuation using '\'.</td> |
|
459 </tr><tr> |
457 <td><a href="#MiscellaneousChecker.__checkLogging">__checkLogging</a></td> |
460 <td><a href="#MiscellaneousChecker.__checkLogging">__checkLogging</a></td> |
458 <td>Private method to check logging statements.</td> |
461 <td>Private method to check logging statements.</td> |
459 </tr><tr> |
462 </tr><tr> |
460 <td><a href="#MiscellaneousChecker.__checkMutableDefault">__checkMutableDefault</a></td> |
463 <td><a href="#MiscellaneousChecker.__checkMutableDefault">__checkMutableDefault</a></td> |
461 <td>Private method to check for use of mutable types as default arguments.</td> |
464 <td>Private method to check for use of mutable types as default arguments.</td> |
575 </p><a NAME="MiscellaneousChecker.__checkGettext" ID="MiscellaneousChecker.__checkGettext"></a> |
578 </p><a NAME="MiscellaneousChecker.__checkGettext" ID="MiscellaneousChecker.__checkGettext"></a> |
576 <h4>MiscellaneousChecker.__checkGettext</h4> |
579 <h4>MiscellaneousChecker.__checkGettext</h4> |
577 <b>__checkGettext</b>(<i></i>) |
580 <b>__checkGettext</b>(<i></i>) |
578 <p> |
581 <p> |
579 Private method to check the 'gettext' import statement. |
582 Private method to check the 'gettext' import statement. |
|
583 </p><a NAME="MiscellaneousChecker.__checkLineContinuation" ID="MiscellaneousChecker.__checkLineContinuation"></a> |
|
584 <h4>MiscellaneousChecker.__checkLineContinuation</h4> |
|
585 <b>__checkLineContinuation</b>(<i></i>) |
|
586 <p> |
|
587 Private method to check öine continuation using '\'. |
580 </p><a NAME="MiscellaneousChecker.__checkLogging" ID="MiscellaneousChecker.__checkLogging"></a> |
588 </p><a NAME="MiscellaneousChecker.__checkLogging" ID="MiscellaneousChecker.__checkLogging"></a> |
581 <h4>MiscellaneousChecker.__checkLogging</h4> |
589 <h4>MiscellaneousChecker.__checkLogging</h4> |
582 <b>__checkLogging</b>(<i></i>) |
590 <b>__checkLogging</b>(<i></i>) |
583 <p> |
591 <p> |
584 Private method to check logging statements. |
592 Private method to check logging statements. |