Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A Derrors.py76 class InvalidBase64LengthDefect(MessageDefect): class
H A D_encoded_words.py136 return encoded, [errors.InvalidBase64LengthDefect()]
/third_party/python/Lib/test/test_email/
H A Dtest_defect_handling.py267 with self._raise_point(errors.InvalidBase64LengthDefect):
272 [errors.InvalidBase64LengthDefect])
H A Dtest__encoded_words.py49 self._test(b'abcde', b'abcde', [errors.InvalidBase64LengthDefect])
H A Dtest__header_value_parser.py360 [errors.InvalidBase64LengthDefect],

Completed in 7 milliseconds