hpcflow.app.OutputLabel#
- class hpcflow.app.OutputLabel(parameter, label, where=None)#
Bases:
OutputLabel
Class to represent schema input labels that should be applied to a subset of task outputs
Methods
Attributes
- Parameters:
parameter (str) –
label (str) –
where (Optional[List[app.ElementFilter]]) –
- app = BaseApp(name='hpcFlow', version='0.2.0a108')#
- classmethod from_json_like(json_like, shared_data=None)#
- Parameters:
json_like (Union[Dict, List]) –
shared_data (Optional[Dict[str, ObjectList]]) –
- to_dict()#
- to_json_like(dct=None, shared_data=None, exclude=None, path=None)#