Home
last modified time | relevance | path

Searched refs:StartBoundaryNotFoundDefect (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/test/test_email/
Dtest_defect_handling.py56 with self._raise_point(errors.StartBoundaryNotFoundDefect):
63 errors.StartBoundaryNotFoundDefect)
191 with self._raise_point(errors.StartBoundaryNotFoundDefect):
197 errors.StartBoundaryNotFoundDefect)
Dtest_email.py2149 errors.StartBoundaryNotFoundDefect)
2279 errors.StartBoundaryNotFoundDefect)
3627 self.assertRaises(email.errors.StartBoundaryNotFoundDefect,
3640 self.assertRaises(email.errors.StartBoundaryNotFoundDefect,
/external/python/cpython2/Lib/email/
Derrors.py44 class StartBoundaryNotFoundDefect(MessageDefect): class
Dfeedparser.py412 self._cur.defects.append(errors.StartBoundaryNotFoundDefect())
/external/python/cpython3/Lib/email/
Derrors.py44 class StartBoundaryNotFoundDefect(MessageDefect): class
Dfeedparser.py423 defect = errors.StartBoundaryNotFoundDefect()
/external/python/cpython2/Doc/library/
Demail.errors.rst79 * :class:`StartBoundaryNotFoundDefect` -- The start boundary claimed in the
/external/python/cpython3/Doc/library/
Demail.errors.rst73 * :class:`StartBoundaryNotFoundDefect` -- The start boundary claimed in the
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py1456 errors.StartBoundaryNotFoundDefect)
1538 errors.StartBoundaryNotFoundDefect)
Dtest_email.py1521 Errors.StartBoundaryNotFoundDefect)
1603 Errors.StartBoundaryNotFoundDefect)