sidpy.base.dict_utils.print_nested_dict

sidpy.base.dict_utils.print_nested_dict(nested_dict, level=0)[source]

Prints a nested dictionary in a nested manner

Parameters:
  • nested_dict (dict) – Nested dictionary

  • level (uint, internal variable. Leave unspecified) – Current depth of nested dictionary

Return type:

None