|
|
|
|
|
__init__(self,
*arg,
**kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
| _get_value(self,
i,
argv) |
|
|
|
|
|
|
|
| collect_inputfile(self,
fname_list) |
|
|
|
|
crunch(self)
This is where jobs of this stage are created. |
|
|
|
|
restart_subjobs(self,
jobs)
Subclass should override this if it supports subjob restarting. |
|
|
|
Inherited from cmj.StageBase:
__getstate__,
__setstate__,
check_param,
describe,
determine,
hook_captured_successful_job,
pack_stage,
poststage,
prestage,
push,
release
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|