Trees | Indices | Help |
|
---|
|
object --+ | BaseException
Common base class for all exceptions
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
args | |||
message exception message |
|||
|
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
x[i:j] Use of negative indices is not supported. |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
helper for pickle
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
str(x)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:43:36 2008 | http://epydoc.sourceforge.net |