| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
boolean
|
|
||
int or None
|
|
||
None
|
|
||
|
|||
string
|
|
||
string
|
|
||
int
|
|
||
|
Inherited from 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 Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
_linenum when displaying the line number of the error.
|
ParseError. This
multi-line string contains a description of the error, and specifies
where it occured.
|
ParseError.
ParseErrors have formal representations of the form:
<ParseError on line 12>
|
ParseErrors, based on their line number.
other is not a
ParseError.
|
|
|||
_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.0beta1 on Tue Feb 27 06:04:51 2007 | http://epydoc.sourceforge.net |