Home | History | Annotate | Download | only in scripts

Lines Matching defs:repl

827     def repl(m):
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)