| Trees | Index | Help |
|
|---|
| Module threading :: Class Thread |
|
object--+ |_Verbose--+ | Thread
Limiter,
Pinger| Method Summary | |
|---|---|
__init__(self,
group,
target,
name,
args,
kwargs,
verbose)
| |
| a new object with type S, a subtype of T |
|
__repr__(self)
| |
getName(self)
| |
isAlive(self)
| |
isDaemon(self)
| |
join(self,
timeout)
| |
run(self)
| |
setDaemon(self,
daemonic)
| |
setName(self,
name)
| |
start(self)
| |
_note(self,
format,
*args)
(inherited from _Verbose)
| |
_set_daemon(self)
| |
_Thread__bootstrap(self)
| |
_Thread__delete(self)
| |
_Thread__stop(self)
| |
| Class Variable Summary | |
|---|---|
bool |
_Thread__initialized
|
| Method Details |
|---|
__new__(S, ...)
|
| Class Variable Details |
|---|
_Thread__initialized
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 | http://epydoc.sf.net |