|
|
|
__init__(self,
*arg,
**kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
_get_parent(self,
parent) |
|
|
|
_write_cfg(self,
jobname,
task,
add_tag=<function tag_vrun at 0x7f59555cb9b0>,
tag=' VRUN ' ,
param=None) |
|
|
|
crunch(self)
This is where jobs of this stage are created. |
|
|
|
|
Inherited from Simulate :
restart_subjobs
Inherited from cmj.StageBase :
__getstate__ ,
__setstate__ ,
capture ,
check_param ,
describe ,
determine ,
pack_stage ,
poststage ,
prestage ,
push ,
release ,
time_stage
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|