|
|
|
|
|
|
|
|
__init__(self,
*arg,
**kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
| _newjob(self,
task,
pj,
gid=None) |
|
|
|
|
_set_permanency(self)
Sets `pj.permanent_restrain' and `pj.permanent_group'. |
|
|
|
|
crunch(self)
This is where jobs of this stage are created. |
|
|
|
|
|
|
Inherited from cmj.StageBase:
__setstate__,
capture,
check_param,
describe,
determine,
hook_captured_successful_job,
pack_stage,
poststage,
prestage,
push,
release,
restart_subjobs
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|