A helper class to create a JobSpecification from an existing
TaskSpecification.
|
__init__(self,
task_spec)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
setJobname(self,
jobname) |
|
|
|
setInputFiles(self,
**input_files)
Indicate the filenames to be used for the input keys. |
|
|
|
setOutputFiles(self,
**output_files)
Indicate the filenames to be used for the output keys. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|