iternested#

class iternested(nesteddict, previous=None)[source]#

Return a list of all the twigs in the current dictionary

>>> twigs = sc.iternested(foo)

See sc.makenested() for full documentation.