Home | Trees | Indices | Help |
|
---|
|
The base class for errors generated while parsing docstrings.
|
|||
|
|||
boolean
|
|
||
int or None
|
|
||
None
|
|
||
|
|||
string
|
|
||
string
|
|
||
int
|
|
||
Inherited from Inherited from |
|
|||
string
|
_descr A description of the error. |
||
boolean
|
_fatal True if this is a fatal error. |
||
int
|
_linenum The line on which the error occured within the docstring. |
||
int
|
_offset The line number where the docstring begins. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
Set the line number offset for this error. This offset is the line
number where the docstring begins. This offset is added to
|
Return a string representation of this
|
Return the formal representation of this <ParseError on line 12>
|
Compare two
The return value is undefined if
|
|
_linenumThe line on which the error occured within the docstring. The linenum of the first line is 0.
|
_offsetThe line number where the docstring begins. This offset is added to_linenum when displaying the line number of the error.
Default value: 1.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 13 23:52:01 2008 | http://epydoc.sourceforge.net |