Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/b/n/bnw-HEAD/bnw/core/post.py bnw(Download)
message = yield objs.Message.find_one({'id': message_id}) if comment_id: old_comment = yield objs.Comment.find_one({'id': comment_id, 'message': message_id}) else: old_comment = None