Trees | Indices | Help |
|
---|
object --+ | BaseException --+ | Exception --+ | StandardError --+ | SyntaxError --+ | IndentationError
Improper indentation.
Inherited from SyntaxError
:
__str__
Inherited from BaseException
:
__delattr__
,
__getattribute__
,
__getitem__
,
__getslice__
,
__reduce__
,
__repr__
,
__setattr__
,
__setstate__
Inherited from SyntaxError
:
filename
,
lineno
,
message
,
msg
,
offset
,
print_file_and_line
,
text
Inherited from BaseException
:
args
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Trees | Indices | Help |
|
---|