hpcflow.app.ActionRule#
- class hpcflow.app.ActionRule(check_exists=None, check_missing=None, rule=None)#
Bases:
ActionRule
Class to represent a rule/condition that must be True if an action is to be included.
Methods
Attributes
- app = BaseApp(name='hpcFlow', version='0.2.0a46')#
- 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)#