exopy.utils.mapping_utils module

Mapping related utility functions.

exopy.utils.mapping_utils.recursive_update(to_update, data)[source]

Update a dictionary and all the mapping found as values.

Parameters
  • to_update (Mapping) – Mapping whose content should be updated.

  • data (Mapping) – Mapping to use from which to pull new values.