hpcflow.app.OutputFileParser#
- class hpcflow.app.OutputFileParser(output, output_files, script=None, environment=None, inputs=None, outputs=None, options=None, abortable=False, save_files=True, clean_up=None)#
Bases:
OutputFileParser
- Parameters:
output (hpcflow.app.Parameter) – The singular output parsed by this parser. Not to be confused with outputs (plural).
outputs (List[str]) – Optional multiple outputs from the upstream actions of the schema that are required to parametrise this parser.
script (str) –
environment (Environment) –
options (Dict) –
abortable (bool | None) –
Methods
Generate the file contents of this output file parser source.
Attributes
- app = BaseApp(name='hpcFlow', version='0.2.0a65')#
- compose_source(action)#
Generate the file contents of this output file parser source.
- Return type:
- environment: Environment = None#
- classmethod from_json_like(json_like, shared_data=None)#
- options: Dict = None#
- output: app.Parameter#
- output_files: List[app.FileSpec]#
- to_dict()#
- to_json_like(dct=None, shared_data=None, exclude=None, path=None)#
- write_source(action)#