Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
D_encoded_words.py100 def decode_b(encoded): function
149 'b': decode_b,
Dmessage.py19 from email._encoded_words import decode_b
286 value, defects = decode_b(b''.join(bpayload.splitlines()))
/external/python/cpython3/Lib/test/test_email/
Dtest__encoded_words.py28 result, defects = _ew.decode_b(source)