Schemas
Types and structures
Last updated
Types and structures
Last updated
Data manager class
state (Optional[Dict[str, Any]], optional): Data to wrapp. Defaults to None.
Unpack data from this class
Dict[str, Any]: Data packed in the class
Add data
data (Dict[str, Any]): Data to add
Remove all data
Get value by identifier or return default value.
key (str): Item key.
default (Any): Return this value if not exist. Defaults to None.
Simple indexing
key (str): Item key.
Type variable for inputs
Type variable for outputs
Base config class
Type variable for executor wrapped component
Type variable for validation classes
Type variable for action input
Type variable for action output
Base class for inout and output validation classes
Unpack validated data from this class
Dict[str, Any]: Data packed in the class.
Rewrite only keys in specified scope
Rewrite only specified scope
Rewrite data completely
: Transformable representation of the class.