Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class Photo(ndb.Model):
  2. userid = ndb.StringProperty()
  3.  
  4. source = ndb.StringProperty()
  5. handle = ndb.StringProperty()
  6. sourceid =ndb.StringProperty()
  7.  
  8. queryset=Photo.query(Photo.key.id().IN(photoid_list))
  9.  
  10. queryset=Photo.query(Photo.id().IN(photoid_list))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement