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_post.py bnw(Download)
sfrom = request.to.userhost() if request.to else None ok, rest = yield bnw.core.post.postComment( message_id, comment_id, text, request.user, anonymous, sfrom=sfrom) _ = yield throttle_update(request.user['name'], post_throttle) if ok:
src/b/n/bnw-HEAD/bnw/web/site.py bnw(Download)
noredir = self.get_argument("noredir", "") user = yield self.get_auth_user() ok, result = yield post.postComment(msg, comment, text, user) if ok: (msg_id, num, qn, recs) = result