sch
index
/home/optics/dazle/dics/dics/sch.py

 
Modules
       
sched
threading
time

 
Classes
       
threading.Thread(threading._Verbose)
time_thread
latent

 
class latent
    Basic tests of periodic scheduling
 
  Methods defined here:
__init__(self, interval)
run(self)

 
class time_thread(threading.Thread)
    Basic test of a cyclic timer thread.
 
 
Method resolution order:
time_thread
threading.Thread
threading._Verbose
__builtin__.object

Methods defined here:
__init__(self, interval, stopEvent)
run(self)

Methods inherited from threading.Thread:
__repr__(self)
getName(self)
isAlive(self)
isDaemon(self)
join(self, timeout=None)
setDaemon(self, daemonic)
setName(self, name)
start(self)

Data and other attributes inherited from threading._Verbose:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of '_Verbose' objects>
list of weak references to the object (if defined)