| Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseException
Common base class for all exceptions
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| 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
|
|
|
repr(x)
|
x.__setattr__('name', value) <==> x.name = value
|
str(x)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jun 13 23:38:30 2008 | http://epydoc.sourceforge.net |