getnested#
- getnested(nested, keylist, safe=False)[source]#
Get the value for the given list of keys
- Parameters:
Example:
sc.getnested(foo, ['a','b']) # Gets foo['a']['b']
See
sc.makenested()
for full documentation.
Get the value for the given list of keys
Example:
sc.getnested(foo, ['a','b']) # Gets foo['a']['b']
See sc.makenested()
for full documentation.