94 <td>Private method to check for print statements.</td> |
94 <td>Private method to check for print statements.</td> |
95 </tr><tr> |
95 </tr><tr> |
96 <td><a href="#MiscellaneousChecker.__checkTuple">__checkTuple</a></td> |
96 <td><a href="#MiscellaneousChecker.__checkTuple">__checkTuple</a></td> |
97 <td>Private method to check for one element tuples.</td> |
97 <td>Private method to check for one element tuples.</td> |
98 </tr><tr> |
98 </tr><tr> |
|
99 <td><a href="#MiscellaneousChecker.__dictShouldBeChecked">__dictShouldBeChecked</a></td> |
|
100 <td>Private function to test, if the node should be checked.</td> |
|
101 </tr><tr> |
99 <td><a href="#MiscellaneousChecker.__error">__error</a></td> |
102 <td><a href="#MiscellaneousChecker.__error">__error</a></td> |
100 <td>Private method to record an issue.</td> |
103 <td>Private method to record an issue.</td> |
101 </tr><tr> |
104 </tr><tr> |
102 <td><a href="#MiscellaneousChecker.__getCoding">__getCoding</a></td> |
105 <td><a href="#MiscellaneousChecker.__getCoding">__getCoding</a></td> |
103 <td>Private method to get the defined coding of the source.</td> |
106 <td>Private method to get the defined coding of the source.</td> |
201 </p><a NAME="MiscellaneousChecker.__checkTuple" ID="MiscellaneousChecker.__checkTuple"></a> |
204 </p><a NAME="MiscellaneousChecker.__checkTuple" ID="MiscellaneousChecker.__checkTuple"></a> |
202 <h4>MiscellaneousChecker.__checkTuple</h4> |
205 <h4>MiscellaneousChecker.__checkTuple</h4> |
203 <b>__checkTuple</b>(<i></i>) |
206 <b>__checkTuple</b>(<i></i>) |
204 <p> |
207 <p> |
205 Private method to check for one element tuples. |
208 Private method to check for one element tuples. |
206 </p><a NAME="MiscellaneousChecker.__error" ID="MiscellaneousChecker.__error"></a> |
209 </p><a NAME="MiscellaneousChecker.__dictShouldBeChecked" ID="MiscellaneousChecker.__dictShouldBeChecked"></a> |
|
210 <h4>MiscellaneousChecker.__dictShouldBeChecked</h4> |
|
211 <b>__dictShouldBeChecked</b>(<i>node</i>) |
|
212 <p> |
|
213 Private function to test, if the node should be checked. |
|
214 </p><dl> |
|
215 <dt><i>node</i></dt> |
|
216 <dd> |
|
217 reference to the AST node |
|
218 </dd> |
|
219 </dl><dl> |
|
220 <dt>Returns:</dt> |
|
221 <dd> |
|
222 flag indicating to check the node |
|
223 </dd> |
|
224 </dl><dl> |
|
225 <dt>Return Type:</dt> |
|
226 <dd> |
|
227 bool |
|
228 </dd> |
|
229 </dl><a NAME="MiscellaneousChecker.__error" ID="MiscellaneousChecker.__error"></a> |
207 <h4>MiscellaneousChecker.__error</h4> |
230 <h4>MiscellaneousChecker.__error</h4> |
208 <b>__error</b>(<i>lineNumber, offset, code, *args</i>) |
231 <b>__error</b>(<i>lineNumber, offset, code, *args</i>) |
209 <p> |
232 <p> |
210 Private method to record an issue. |
233 Private method to record an issue. |
211 </p><dl> |
234 </p><dl> |