mex.mapping package

Submodules

mex.mapping.extract module

mex.mapping.extract.extract_mapping_data(path: PathLike[str], model_type: type[BaseModel]) dict[str, Any]

Return a mapping model with default values.

Parameters:
  • path – path to mapping json

  • model_type – model type of BaseModel to be extracted

Returns:

dict with mapping default value data from specified path

Module contents