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_dictdictThe nested dictionary to traverse. Yields: strThe full path to each leaf node in dot notation.