Searched refs:_unquote_match (Results 1 – 2 of 2) sorted by relevance
284 def _unquote_match(match): function299 return re.sub(r'=[a-fA-F0-9]{2}', _unquote_match, s, flags=re.ASCII)
321 def _unquote_match(match): function336 return re.sub(r'=[a-fA-F0-9]{2}', _unquote_match, s)