Searched refs:expand_template (Results 1 – 2 of 2) sorted by relevance
282 return sre_parse.expand_template(template, match)291 return sre_parse.expand_template(template, match)
822 def expand_template(template, match): function