|
|
|
__getstate__(self,
state=None) |
|
|
|
__init__(self,
should_pack=True)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
__setstate__(self,
state) |
|
|
|
|
|
_gen_unique_jobname(self,
suggested_jobname) |
|
|
|
_get_jobname_and_dir(self,
job,
macro_dict={ } ) |
|
|
|
|
|
|
|
_param_jlaunch_opt_check(self,
key,
val_list,
prefix,
ev) |
|
|
|
_print(self,
loglevel,
msg) |
|
|
|
_reg_param_postcheck(self,
func) |
|
|
|
_reg_param_precheck(self,
func) |
|
|
|
_set(self,
key,
setter,
transformer=None) |
|
|
|
|
|
|
|
crunch(self)
This is where jobs of this stage are created. |
|
|
|
|
|
|
|
hook_captured_successful_job(self,
job) |
|
|
|
pack_stage(self,
force=False) |
|
|
|
|
|
|
|
|
|
release(self,
is_restarting=False)
Calls the 'crunch' method to generate new jobs objects and submits
them to the 'QUEUE'. |
|
|
|
restart_subjobs(self,
jobs)
Subclass should override this if it supports subjob restarting. |
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|