| Home | Trees | Index | Help |
|
|---|
| Module exceptions :: Class StandardError |
|
object--+ |BaseException--+ |Exception--+ | StandardError
AssertionError,
AttributeError,
RuntimeErrorBase class for all standard Python exceptions that do not represent interpreter exiting.
| Method Summary | |
|---|---|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
__new__(T,
S,
...)
Return a new object with type S, a subtype of T... | |
| Class Variable Summary |
|---|
| Method Details |
|---|
__init__(...)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Wed Nov 28 16:10:56 2007 | http://epydoc.sf.net |