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/w/a/wakarimasen-HEAD/str_format.py wakarimasen(Download)
def board_post_link(match): origtext = unhide_postlinks(match.group(0)) try: newboard = board.Board(match.group(1)) res = newboard.get_post(match.group(2))