Searched refs:_q_byte_subber (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/email/ | ||
H A D | _encoded_words.py | 64 _q_byte_subber = functools.partial(re.compile(br'=([a-fA-F0-9]{2})').sub, variable 69 return _q_byte_subber(encoded), [] |
Completed in 1 milliseconds