Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
D_encoded_words.py64 _q_byte_subber = functools.partial(re.compile(br'=([a-fA-F0-9]{2})').sub, variable
69 return _q_byte_subber(encoded), []