rex.utilities.toml_parser.flatten_dict

flatten_dict(d, parent_key='', sep='/')[source]

Flattent nested dictionary. Combine keys using given seperator sep

Parameters:
  • d (‘dict’) – Nested dictionary

  • parent_key (‘str’) – parent key from upper levels

  • sep (‘str’) – Seperator to use when combining keys