CADETProcess.dataStructure.nested_dict#
Functions
|
Check if a key path exists in a nested dictionary. |
|
Generate a nested dictionary from a dot-separated path. |
|
Yield leaf keys of a nested dictionary in dot notation. |
|
Access a nested attribute using a dot-separated path. |
|
Retrieve a value from a nested list structure using an index tuple. |
|
Retrieve a value from a nested dictionary using a dot-separated path. |
|
Add a key path to an existing dictionary without overwriting existing keys. |
|
Set a nested attribute using a dot-separated path. |
|
Set a value in a nested list structure using an index tuple. |
|
Set a value in a nested dictionary using a dot-separated path. |
|
Recursively update target_dict with values from updates. |