|
|
__init__(self,
parent,
cond,
command)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
tuple(str,boolean)
|
|
tuple(int,boolean)
|
|
tuple(str)
|
|
tuple(str)
|
|
|
|
|
|
|
|
|
|
|
|
|
| for_statement(self,
start,
lim,
step,
command) |
source code
|
|
|
|
valve_statement(self,
valve_name,
open_close)
execute a valve statement send control to parent ie
extractionlinemanager |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from threading.Thread:
__repr__,
getName,
isAlive,
isDaemon,
join,
setDaemon,
setName,
start
Inherited from threading.Thread (private):
_set_daemon
Inherited from threading._Verbose (private):
_note
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|