Skip to content

Instantly share code, notes, and snippets.

@sivy
Created August 15, 2012 04:10
Show Gist options
  • Save sivy/3355789 to your computer and use it in GitHub Desktop.
Save sivy/3355789 to your computer and use it in GitHub Desktop.
(Pdb) pp Key
<class 'google.appengine.ext.ndb.key.Key'>
(Pdb) pp value
Key('Subscription', None)
(Pdb) type(value)
<class 'google.appengine.ext.ndb.key.Key'>
(Pdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment