Home
last modified time | relevance | path

Searched refs:_percent_re (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dlocale.py180 _percent_re = re.compile(r'%(?:\((?P<key>.*?)\))?' variable
220 percents = list(_percent_re.finditer(f))
221 new_f = _percent_re.sub('%s', f)
259 match = _percent_re.match(percent)

Completed in 3 milliseconds