class StructuringError(ParseError):
Inherited from ParseError
:
Method | __init__ |
No summary |
Method | __repr__ |
Return the formal representation of this ParseError. ParseErrors have formal representations of the form:: <ParseError on line 12> |
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 |
|
Method | isβ_fatal |
|
Method | linenum |
|
Instance Variable | β_descr |
Undocumented |
Instance Variable | β_fatal |
Undocumented |
Instance Variable | β_linenum |
Undocumented |