Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A D_encoded_words.py51 'decode_b',
100 def decode_b(encoded): function
149 'b': decode_b,
H A Dmessage.py19 from email._encoded_words import decode_b namespace
314 # XXX: this is a bit of a hack; decode_b should probably be factored
316 value, defects = decode_b(b''.join(bpayload.splitlines()))
/third_party/python/Lib/test/test_email/
H A Dtest__encoded_words.py28 result, defects = _ew.decode_b(source)

Completed in 3 milliseconds