Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
Dquoprimime.py284 def _unquote_match(match): function
299 return re.sub(r'=[a-fA-F0-9]{2}', _unquote_match, s, flags=re.ASCII)
/external/python/cpython2/Lib/email/
Dquoprimime.py321 def _unquote_match(match): function
336 return re.sub(r'=[a-fA-F0-9]{2}', _unquote_match, s)