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/handlers/command_subscription.py bnw(Download)
dict(ok=False, desc=usageHelp('unsubscribe')) ) ok, desc = yield bnw.core.post.unsubscribe(request.user, stype, starget) defer.returnValue(dict(ok=ok, desc=desc))