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

Class Thread

object --+    
         |    
  _Verbose --+
             |
            Thread

Known Subclasses:
Limiter, Pinger

Method Summary
  __init__(self, group, target, name, args, kwargs, verbose)
a new object with type S, a subtype of T __new__(S, ...)
  __repr__(self)
  getName(self)
  isAlive(self)
  isDaemon(self)
  join(self, timeout)
  run(self)
  setDaemon(self, daemonic)
  setName(self, name)
  start(self)

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 http://epydoc.sf.net