iternested#
- iternested(nesteddict, _previous=None)[source]#
Return a list of all the twigs in the current dictionary
- Parameters:
nesteddict (dict) – the dictionary
Example:
twigs = sc.iternested(foo)
See
sc.makenested()
for full documentation.
Return a list of all the twigs in the current dictionary
nesteddict (dict) – the dictionary
Example:
twigs = sc.iternested(foo)
See sc.makenested()
for full documentation.