CADETProcess.dataStructure.nested_dict.get_leaves

Contents

CADETProcess.dataStructure.nested_dict.get_leaves#

CADETProcess.dataStructure.nested_dict.get_leaves(nested_dict: dict[str, Any]) Generator[str, None, None][source]#

Yield leaf keys of a nested dictionary in dot notation.

Parameters:
nested_dictdict

The nested dictionary to traverse.

Yields:
str

The full path to each leaf node in dot notation.