Created
November 17, 2014 11:04
-
-
Save kyu999/fc218d996dd8339fe6db to your computer and use it in GitHub Desktop.
pymongo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
found = coll.find()[0:x] | |
found.alive # if could get more date potentially, return True, else false | |
found.next() # get more date. it occcurs error when no more data in the coll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment