piel.models.load#

Functions#

load_from_dict(→ Any)

See limitations in pydantic/pydantic#8084

load_from_json(→ Any)

This function will load the model from the given model instance.

Module Contents#

load_from_dict(model_dictionary: dict, type: Any) Any[source]#

See limitations in pydantic/pydantic#8084 :param model_dictionary: :param model: :return:

load_from_json(json_file: piel.types.PathTypes, type: Any) Any[source]#

This function will load the model from the given model instance.