matflow.ActionEnvironment#
- class matflow.ActionEnvironment(environment, scope=None)#
Bases:
ActionEnvironment
The environment that an action is enacted within.
Methods
Make an instance of this class from JSON (or YAML) data.
Serialize this object as a dictionary.
Serialize this object as an object structure that can be trivially converted to JSON.
Attributes
The environment document.
The scope.
- Parameters:
scope (ActionScope | None) –
- classmethod from_json_like(json_like, shared_data=None)#
Make an instance of this class from JSON (or YAML) data.
- scope: ActionScope#
The scope.
- to_json_like(dct=None, shared_data=None, exclude=(), path=None)#
Serialize this object as an object structure that can be trivially converted to JSON. Note that YAML can also be produced from the result of this method; it just requires a different final serialization step.