Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
D_encoded_words.py84 _q_byte_map = _QByteMap() variable
87 _q_byte_map[ord(' ')] = '_'
90 return ''.join(_q_byte_map[x] for x in bstring)
93 return sum(len(_q_byte_map[x]) for x in bstring)