exception documentation
class TokenizationError(ParseError): (source)
Constructor: TokenizationError(descr, linenum, is_fatal)
An error generated while tokenizing a formatted documentation string.
Inherited from ParseError:
| Method | __init__ |
No summary |
| Method | __repr__ |
Return the formal representation of this ParseError. ParseErrors have formal representations of the form: |
| Method | __str__ |
Return a string representation of this ParseError. This multi-line string contains a description of the error, and specifies where it occured. |
| Method | descr |
No summary |
| Method | is |
No summary |
| Method | linenum |
No summary |
| Instance Variable | _descr |
Undocumented |
| Instance Variable | _fatal |
Undocumented |
| Instance Variable | _linenum |
Undocumented |