2965:d133c7edd88a | 2966:f85f686981ad |
---|---|
46 </table> | 46 </table> |
47 <h3>Classes</h3> | 47 <h3>Classes</h3> |
48 <table> | 48 <table> |
49 <tr> | 49 <tr> |
50 <td><a href="#NannyNag">NannyNag</a></td> | 50 <td><a href="#NannyNag">NannyNag</a></td> |
51 <td>Raised by tokeneater() if detecting an ambiguous indent.</td> | 51 <td>Class implementing an exception for indentation issues.</td> |
52 </tr><tr> | 52 </tr><tr> |
53 <td><a href="#Whitespace">Whitespace</a></td> | 53 <td><a href="#Whitespace">Whitespace</a></td> |
54 <td>Class implementing the whitespace checker.</td> | 54 <td>Class implementing the whitespace checker.</td> |
55 </tr> | 55 </tr> |
56 </table> | 56 </table> |
69 </table> | 69 </table> |
70 <hr /><hr /> | 70 <hr /><hr /> |
71 <a NAME="NannyNag" ID="NannyNag"></a> | 71 <a NAME="NannyNag" ID="NannyNag"></a> |
72 <h2>NannyNag</h2> | 72 <h2>NannyNag</h2> |
73 <p> | 73 <p> |
74 Class implementing an exception for indentation issues. | |
75 </p><p> | |
74 Raised by tokeneater() if detecting an ambiguous indent. | 76 Raised by tokeneater() if detecting an ambiguous indent. |
75 Captured and handled in check(). | 77 Captured and handled in check(). |
76 </p> | 78 </p> |
77 <h3>Derived from</h3> | 79 <h3>Derived from</h3> |
78 Exception | 80 Exception |
355 </p><dl> | 357 </p><dl> |
356 <dt><i>tokens</i></dt> | 358 <dt><i>tokens</i></dt> |
357 <dd> | 359 <dd> |
358 list of tokens | 360 list of tokens |
359 </dd> | 361 </dd> |
362 </dl><dl> | |
363 <dt>Raises <b>NannyNag</b>:</dt> | |
364 <dd> | |
365 raised to indicate an indentation error | |
366 </dd> | |
360 </dl> | 367 </dl> |
361 <div align="right"><a href="#top">Up</a></div> | 368 <div align="right"><a href="#top">Up</a></div> |
362 <hr /> | 369 <hr /> |
363 </body></html> | 370 </body></html> |