Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A 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)

Completed in 1 milliseconds