Trees | Index | Help |
|
---|
Module threading :: Class Thread |
|
object
--+ |_Verbose
--+ | Thread
ApplyDataMapThread
,
MySqlSendEventThread
,
PingThread
,
ZenZopeThread
Method Summary | |
---|---|
__init__(self,
group,
target,
name,
args,
kwargs,
verbose)
| |
__repr__(self)
| |
getName(self)
| |
isAlive(self)
| |
isDaemon(self)
| |
join(self,
timeout)
| |
run(self)
| |
setDaemon(self,
daemonic)
| |
setName(self,
name)
| |
start(self)
| |
__bootstrap(self)
| |
Remove current thread from the dict of currently running threads. | |
__stop(self)
| |
_set_daemon(self)
| |
Inherited from _Verbose :
_note
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
|
Class Variable Summary | |
---|---|
bool |
_Thread__initialized = False
|
Method Details |
---|
__delete(self)Remove current thread from the dict of currently running threads. |
Class Variable Details |
---|
_Thread__initialized
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 | http://epydoc.sf.net |