Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Derrors.py29 class CharsetError(MessageError): class
Dcharset.py211 raise errors.CharsetError(input_charset)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py2799 self.assertRaises(errors.CharsetError, Charset, 'asc\xffii')
Dtest_email.py2970 self.assertRaises(Errors.CharsetError, Charset, 'asc\xffii')