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)
) ok, rest = yield bnw.core.post.postMessage( request.user, tags, clubs, text, anon, anoncomments, sfrom=sfrom) _ = yield throttle_update(request.user['name'], post_throttle) if ok:
src/b/n/bnw-HEAD/bnw/web/site.py bnw(Download)
text = self.get_argument("text", "") user = yield self.get_auth_user() ok, result = yield post.postMessage(user, tags, clubs, text) if ok: (msg_id, qn, recs) = result