issues
search
nickstanisha
/
nesteddict
A nested dictionary data structure for Python
MIT License
0
stars
0
forks
source link
Utilities
#3
Closed
nickstanisha
closed
7 years ago
nickstanisha
commented
7 years ago
Addresses issue #2 and adds the following utilities
leaf_values: retrieve the bottom-most values from a
dict
nested_keys: retrieve key paths (as tuples) from a nested dict
get, set, and delete: short-circuit to ensure that you're using the default
dict
behavior for indexing tuples.
Addresses issue #2 and adds the following utilities
dict
dict
behavior for indexing tuples.