64 <td>Constructor</td> |
64 <td>Constructor</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#MiscellaneousChecker.__checkBlindExcept">__checkBlindExcept</a></td> |
66 <td><a href="#MiscellaneousChecker.__checkBlindExcept">__checkBlindExcept</a></td> |
67 <td>Private method to check for blind except statements.</td> |
67 <td>Private method to check for blind except statements.</td> |
68 </tr><tr> |
68 </tr><tr> |
|
69 <td><a href="#MiscellaneousChecker.__checkBuiltins">__checkBuiltins</a></td> |
|
70 <td>Private method to check, if built-ins are shadowed.</td> |
|
71 </tr><tr> |
69 <td><a href="#MiscellaneousChecker.__checkCoding">__checkCoding</a></td> |
72 <td><a href="#MiscellaneousChecker.__checkCoding">__checkCoding</a></td> |
70 <td>Private method to check the presence of a coding line and valid encodings.</td> |
73 <td>Private method to check the presence of a coding line and valid encodings.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#MiscellaneousChecker.__checkComprehensions">__checkComprehensions</a></td> |
|
76 <td>Private method to check some comprehension related things.</td> |
71 </tr><tr> |
77 </tr><tr> |
72 <td><a href="#MiscellaneousChecker.__checkCopyright">__checkCopyright</a></td> |
78 <td><a href="#MiscellaneousChecker.__checkCopyright">__checkCopyright</a></td> |
73 <td>Private method to check the presence of a copyright statement.</td> |
79 <td>Private method to check the presence of a copyright statement.</td> |
74 </tr><tr> |
80 </tr><tr> |
75 <td><a href="#MiscellaneousChecker.__checkFormatString">__checkFormatString</a></td> |
81 <td><a href="#MiscellaneousChecker.__checkFormatString">__checkFormatString</a></td> |
141 </dl><a NAME="MiscellaneousChecker.__checkBlindExcept" ID="MiscellaneousChecker.__checkBlindExcept"></a> |
147 </dl><a NAME="MiscellaneousChecker.__checkBlindExcept" ID="MiscellaneousChecker.__checkBlindExcept"></a> |
142 <h4>MiscellaneousChecker.__checkBlindExcept</h4> |
148 <h4>MiscellaneousChecker.__checkBlindExcept</h4> |
143 <b>__checkBlindExcept</b>(<i></i>) |
149 <b>__checkBlindExcept</b>(<i></i>) |
144 <p> |
150 <p> |
145 Private method to check for blind except statements. |
151 Private method to check for blind except statements. |
|
152 </p><a NAME="MiscellaneousChecker.__checkBuiltins" ID="MiscellaneousChecker.__checkBuiltins"></a> |
|
153 <h4>MiscellaneousChecker.__checkBuiltins</h4> |
|
154 <b>__checkBuiltins</b>(<i></i>) |
|
155 <p> |
|
156 Private method to check, if built-ins are shadowed. |
146 </p><a NAME="MiscellaneousChecker.__checkCoding" ID="MiscellaneousChecker.__checkCoding"></a> |
157 </p><a NAME="MiscellaneousChecker.__checkCoding" ID="MiscellaneousChecker.__checkCoding"></a> |
147 <h4>MiscellaneousChecker.__checkCoding</h4> |
158 <h4>MiscellaneousChecker.__checkCoding</h4> |
148 <b>__checkCoding</b>(<i></i>) |
159 <b>__checkCoding</b>(<i></i>) |
149 <p> |
160 <p> |
150 Private method to check the presence of a coding line and valid |
161 Private method to check the presence of a coding line and valid |
151 encodings. |
162 encodings. |
|
163 </p><a NAME="MiscellaneousChecker.__checkComprehensions" ID="MiscellaneousChecker.__checkComprehensions"></a> |
|
164 <h4>MiscellaneousChecker.__checkComprehensions</h4> |
|
165 <b>__checkComprehensions</b>(<i></i>) |
|
166 <p> |
|
167 Private method to check some comprehension related things. |
152 </p><a NAME="MiscellaneousChecker.__checkCopyright" ID="MiscellaneousChecker.__checkCopyright"></a> |
168 </p><a NAME="MiscellaneousChecker.__checkCopyright" ID="MiscellaneousChecker.__checkCopyright"></a> |
153 <h4>MiscellaneousChecker.__checkCopyright</h4> |
169 <h4>MiscellaneousChecker.__checkCopyright</h4> |
154 <b>__checkCopyright</b>(<i></i>) |
170 <b>__checkCopyright</b>(<i></i>) |
155 <p> |
171 <p> |
156 Private method to check the presence of a copyright statement. |
172 Private method to check the presence of a copyright statement. |