Home
last modified time | relevance | path

Searched refs:InvalidFileException (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/
Dplistlib.py184 raise InvalidFileException("XML entity declarations are not supported in plist files")
439 class InvalidFileException (ValueError): class
469 raise InvalidFileException()
481 raise InvalidFileException()
499 raise InvalidFileException()
557 raise InvalidFileException()
563 raise InvalidFileException()
570 raise InvalidFileException()
600 raise InvalidFileException()
602 raise InvalidFileException()
[all …]
/external/python/cpython3/Lib/test/
Dtest_plistlib.py817 with self.assertRaises(plistlib.InvalidFileException):
833 with self.assertRaisesRegex(plistlib.InvalidFileException,
952 with self.assertRaises(plistlib.InvalidFileException):
958 with self.assertRaises(plistlib.InvalidFileException):
/external/llvm-project/clang/utils/analyzer/
DSATestBuild.py64 from plistlib import InvalidFileException # type:ignore
904 except InvalidFileException as e:
/external/python/cpython3/Doc/library/
Dplistlib.rst77 The parser for the binary format raises :exc:`InvalidFileException`
/external/python/cpython3/Misc/NEWS.d/
D3.9.1rc1.rst369 :exc:`~plistlib.InvalidFileException` and :exc:`RecursionError` are now the
D3.6.4rc1.rst445 InvalidFileException instead of unexpected exceptions.
D3.7.0a3.rst768 InvalidFileException instead of unexpected exceptions.