Home | Trees | Indices | Help |
---|
|
object --+ | _Verbose --+ | Thread
|
|||
| __bootstrap(self) | ||
|
__delete(self) Remove current thread from the dict of currently running threads. |
||
|
__exc_info() Return information about the most recent exception caught by an except clause in the current stack frame or in an older stack frame. |
||
|
__init__(self,
group=None,
target=None,
name=None,
args=(),
kwargs={},
verbose=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
__repr__(self) repr(x) |
||
| __stop(self) | ||
| _set_daemon(self) | ||
| getName(self) | ||
| isAlive(self) | ||
| isDaemon(self) | ||
| join(self, timeout=None) | ||
| run(self) | ||
| setDaemon(self, daemonic) | ||
| setName(self, name) | ||
| start(self) | ||
Inherited from Inherited from |
|
|||
|
__initialized = False
|
|
|||
Inherited from |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__initializedNone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Mon Nov 27 16:11:33 2006 | http://epydoc.sourceforge.net |