Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/b/n/bnw-HEAD/bnw/handlers/command_show.py bnw(Download)
qdict['date'] = {'$gte': after_comment['date']} comments = yield objs.Comment.find_sort( qdict, [('date', pymongo.ASCENDING)], limit=10000) defer.returnValue(dict( ok=True, format='message_with_replies', cache=5, cache_public=True,
src/b/n/bnw-HEAD/bnw/handlers/command_delete.py bnw(Download)
message = canonic_message_comment(message).upper() if last: lastcomment = list((yield objs.Comment.find_sort({'user': request.user['name']}, [('date', -1)], limit=1))) lastmessage = list((yield objs.Message.find_sort({'user': request.user['name']}, [('date', -1)], limit=1))) if lastcomment: