73 <td>Private method to check some comprehension related things.</td> |
73 <td>Private method to check some comprehension related things.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#MiscellaneousChecker.__checkCopyright">__checkCopyright</a></td> |
75 <td><a href="#MiscellaneousChecker.__checkCopyright">__checkCopyright</a></td> |
76 <td>Private method to check the presence of a copyright statement.</td> |
76 <td>Private method to check the presence of a copyright statement.</td> |
77 </tr><tr> |
77 </tr><tr> |
|
78 <td><a href="#MiscellaneousChecker.__checkDictWithSortedKeys">__checkDictWithSortedKeys</a></td> |
|
79 <td>Private method to check, if dictionary keys appear in sorted order.</td> |
|
80 </tr><tr> |
78 <td><a href="#MiscellaneousChecker.__checkFormatString">__checkFormatString</a></td> |
81 <td><a href="#MiscellaneousChecker.__checkFormatString">__checkFormatString</a></td> |
79 <td>Private method to check string format strings.</td> |
82 <td>Private method to check string format strings.</td> |
80 </tr><tr> |
83 </tr><tr> |
81 <td><a href="#MiscellaneousChecker.__checkFuture">__checkFuture</a></td> |
84 <td><a href="#MiscellaneousChecker.__checkFuture">__checkFuture</a></td> |
82 <td>Private method to check the __future__ imports.</td> |
85 <td>Private method to check the __future__ imports.</td> |
163 </p><a NAME="MiscellaneousChecker.__checkCopyright" ID="MiscellaneousChecker.__checkCopyright"></a> |
166 </p><a NAME="MiscellaneousChecker.__checkCopyright" ID="MiscellaneousChecker.__checkCopyright"></a> |
164 <h4>MiscellaneousChecker.__checkCopyright</h4> |
167 <h4>MiscellaneousChecker.__checkCopyright</h4> |
165 <b>__checkCopyright</b>(<i></i>) |
168 <b>__checkCopyright</b>(<i></i>) |
166 <p> |
169 <p> |
167 Private method to check the presence of a copyright statement. |
170 Private method to check the presence of a copyright statement. |
|
171 </p><a NAME="MiscellaneousChecker.__checkDictWithSortedKeys" ID="MiscellaneousChecker.__checkDictWithSortedKeys"></a> |
|
172 <h4>MiscellaneousChecker.__checkDictWithSortedKeys</h4> |
|
173 <b>__checkDictWithSortedKeys</b>(<i></i>) |
|
174 <p> |
|
175 Private method to check, if dictionary keys appear in sorted order. |
168 </p><a NAME="MiscellaneousChecker.__checkFormatString" ID="MiscellaneousChecker.__checkFormatString"></a> |
176 </p><a NAME="MiscellaneousChecker.__checkFormatString" ID="MiscellaneousChecker.__checkFormatString"></a> |
169 <h4>MiscellaneousChecker.__checkFormatString</h4> |
177 <h4>MiscellaneousChecker.__checkFormatString</h4> |
170 <b>__checkFormatString</b>(<i></i>) |
178 <b>__checkFormatString</b>(<i></i>) |
171 <p> |
179 <p> |
172 Private method to check string format strings. |
180 Private method to check string format strings. |