Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_email/
H A Dtest__encoded_words.py131 defects = [errors.CharsetError])
138 defects = [errors.CharsetError])
H A Dtest_email.py4749 self.assertRaises(errors.CharsetError, Charset, 'asc\xffii')
/third_party/python/Lib/email/
H A Derrors.py28 class CharsetError(MessageError): class
H A D_encoded_words.py189 defects.append(errors.CharsetError(f"Unknown charset {charset!r} "
H A Dcharset.py227 raise errors.CharsetError(input_charset)

Completed in 9 milliseconds