NestToKey
Nest input data to specified key
Last updated
Nest input data to specified key
Last updated
Subclass of . Type: [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.
Nest input data to specified key
input_data (Any): Current data.
Dict[str, Any]: Updated data.