(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. |
|
|
None
|
__exc_clear()
Clear global information on the current exception. |
|
|
|
__init__(self,
group=None,
target=None,
name=None,
args=( ) ,
kwargs=None,
verbose=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__delete(self)
Remove current thread from the dict of currently running threads. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|