|
(type, value, traceback)
|
__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=None,
verbose=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__delete(self)
Remove current thread from the dict of currently running threads. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| setDaemon(self,
daemonic) |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|