Home
last modified time | relevance | path

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

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