def pytd_src(text): text = textwrap.dedent(escape.preprocess_pytd(text)) text = text.replace("`", "") return text
def pytd_src(text): return textwrap.dedent(escape.preprocess_pytd(text))