UnpackValue
Unpack value from nested level
Last updated
Unpack value from nested level
Last updated
Subclass of . Type: [Dict[str, Any], Dict[str, Any]].
Main methods and properties
key (str): Key to unpack (associated value should be of type Dict[str, Any]).
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
Unpack value of specified key
input_data (Dict[str, Any]): Current data.
InputDataKeyError: If specified key doesn't exist.
IvalidInputData: If nested data has invalid type.
Dict[str, Any]: Updated data.