Trees | Index | Help |
|
---|
Module exceptions :: Class SyntaxError |
|
Exception
--+ |StandardError
--+ | SyntaxError
IndentationError
Method Summary | |
---|---|
__init__(...)
| |
__str__(...)
| |
Inherited from Exception :
__getitem__
|
Class Variable Summary | |
---|---|
Implements |
__implemented__ = <implementedBy exceptions.SyntaxError>
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
NoneType |
filename = None |
NoneType |
lineno = None |
str |
msg = ''
|
NoneType |
offset = None |
NoneType |
print_file_and_line = None |
NoneType |
text = None |
Inherited from Exception :
__providedBy__
|
Class Variable Details |
---|
__implemented__
|
__provides__
|
filename
|
lineno
|
msg
|
offset
|
print_file_and_line
|
text
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 | http://epydoc.sf.net |