Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Derrors.py29 class CharsetError(MessageError): class
Dcharset.py211 raise errors.CharsetError(input_charset)
/external/python/cpython3/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)
/external/python/cpython3/Lib/test/test_email/
Dtest__encoded_words.py131 defects = [errors.CharsetError])
Dtest_email.py4670 self.assertRaises(errors.CharsetError, Charset, 'asc\xffii')
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py2826 self.assertRaises(errors.CharsetError, Charset, 'asc\xffii')
Dtest_email.py3064 self.assertRaises(Errors.CharsetError, Charset, 'asc\xffii')