|
|
__deepcopy__(self,
memo={}) |
|
|
|
|
| __getstate__(self,
state=None) |
|
|
|
|
__init__(self,
jobname,
parent,
stage,
jlaunch_cmd,
dir,
host_list=None,
prefix=None,
what=None,
err_handler=<function default at 0x2b33196036e0>)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
| __setstate__(self,
state) |
|
|
|
|
__str__(self)
Returns the jobname string in the format: <jobname>. |
|
|
|
|
_host_str(self)
Returns a string representing the hosts. |
|
|
|
|
_log(self,
msg)
The internal log function of this job. |
|
|
|
|
_print(self,
loglevel,
msg)
The internal print function of this job. |
|
|
|
|
|
|
|
|
|
|
launch(self,
host=None)
Launches the job via jobcontrol. |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|