Home
last modified time | relevance | path

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

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