|
|
|
__delete(self)
Remove current thread from the dict of currently running threads. |
|
|
(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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setDaemon(self,
daemonic) |
|
|
|
|
|
|
Inherited from unreachable._Verbose (private):
_note
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
|