Module threading :: Class Thread
[show private | hide private]
[frames | no frames]

Type Thread

object --+    
         |    
  _Verbose --+
             |
            Thread

Known Subclasses:
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)
  __delete(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

Type:
bool
Value:
False                                                                  

Generated by Epydoc 2.1 on Thu Aug 16 09:55:08 2007 http://epydoc.sf.net