Home
last modified time | relevance | path

Searched refs:expand_template (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dre.py282 return sre_parse.expand_template(template, match)
291 return sre_parse.expand_template(template, match)
Dsre_parse.py822 def expand_template(template, match): function