sc_nested#
Functions for working on nested (multi-level) dictionaries and objects.
- Highlights:
sc.getnested()
: get a value from a highly nested dictionarysc.search()
: find a value in a nested objectsc.equal()
: check complex objects for equality
Classes
Functions
Get the value for the given list of keys |
|
Set the value for the given list of keys |
|
Make a nested object (such as a dictionary). |
|
Return a list of all the twigs in the current dictionary |
|
Iterate over an object and apply a function to each node (item with or without children). |
|
Merge different nested dictionaries |
|
Flatten nested dictionary |
|
Zip list of lists in order |
|
Find a key/attribute or value within a list, dictionary or object. |
|
Compare equality between two arbitrary objects |