Skip to content

ldmoray/nested_dict

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NestedDict()

  • By default, a non-existing key creates another NestedDict at that key.
  • Check for non-existence carefully:
    • usually it's enough to say if nesteddict[key] == {}
  • Prints in a non-garbage way.

About

A single location to store my NestedDict type for use in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%