Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dquoting.py37 _unquote_re = re.compile(r'&([a-zA-Z]+);') variable
52 return _unquote_re.sub(_entity_subber, s)