Home
last modified time | relevance | path

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

/external/python/uritemplates/uritemplate/
Dtemplate.py21 template_re = re.compile('{([^\}]+)}') variable
71 URIVariable(m.groups()[0]) for m in template_re.finditer(self.uri)
109 return template_re.sub(replace, self.uri)