hpcflow.app.InputValue#
- class hpcflow.app.InputValue(parameter, value=None, value_class_method=None, path=None)#
Bases:
InputValue
Methods
Save value to a persistent workflow.
Attributes
True if the value is for a sub part of the parameter (i.e.
- Parameters:
parameter (Union[app.Parameter, str]) –
value (Optional[Any]) –
value_class_method (Optional[str]) –
path (Optional[str]) –
- app = BaseApp(name='hpcFlow', version='0.2.0a55')#
- classmethod from_json_like(json_like, shared_data=None)#
- property is_sub_value#
True if the value is for a sub part of the parameter (i.e. if path is set). Sub-values are not added to the base parameter data, but are interpreted as single-value sequences.
- make_persistent(workflow, source)#
Save value to a persistent workflow.
- property normalised_inputs_path#
- property normalised_path#
- to_dict()#
- to_json_like(dct=None, shared_data=None, exclude=None, path=None)#
- property value#
- property workflow#