Skip to content

Instantly share code, notes, and snippets.

@nhoad
Last active December 20, 2015 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhoad/6128860 to your computer and use it in GitHub Desktop.
Save nhoad/6128860 to your computer and use it in GitHub Desktop.
The horror of collections.OrderedDict
>>> f.keys()
[]
>>> f._OrderedDict__root[0][0][0][0][0][0][0][0][0][0]
[[...], [...], None]
>>> f._OrderedDict__root[0][1][0][1][0][1][0][1][0][1][0]
[[...], [...], None]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment