Skip to content

Instantly share code, notes, and snippets.

@umpirsky
Created December 18, 2011 10:36
Show Gist options
  • Save umpirsky/1492994 to your computer and use it in GitHub Desktop.
Save umpirsky/1492994 to your computer and use it in GitHub Desktop.
print tmp['logs']
print dict(tmp['logs'].items())
tmp['logs'] = dict(tmp['logs'].items())
print tmp['logs']
prints:
<desktopcouch.records.RecordDict object at 0xa1d0f0c>
{}
<desktopcouch.records.RecordDict object at 0xa1d0f0c>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment