Skip to content

dict_helpers.flatten_dict_no_prefix

Full path: schola.core.utils.dict_helpers.flatten_dict_no_prefix

Flatten using only the leaf key name at each branch (no hierarchical prefix).

flatten_dict_no_prefix(input_dict)

Parameters

  • input_dict (dict) - Possibly nested mapping.