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/web/linkify.py bnw(Download)
def preprocess(self, text): """Apply some additional BnW's rules.""" text = _USER_RE.sub('[\g<0>](/u/\g<1>)', text) text = _MSG_RE.sub(msg_url, text) text = blockquote_crap.sub('\g<0>\n', text) # fuck you, kagami