zvt.utils.utils.fill_domain_from_dict

zvt.utils.utils.fill_domain_from_dict(the_domain, the_dict: dict, the_map: typing.Optional[dict] = None, default_func=<function <lambda>>)

use field map and related func to fill properties from the dict to the domain

Parameters
  • the_domain (DeclarativeMeta) –

  • the_dict (dict) –

  • the_map (dict) –

  • default_func (function) –