Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dplistlib.py198 raise InvalidFileException("XML entity declarations are not supported in plist files")
456 class InvalidFileException (ValueError): class
487 raise InvalidFileException()
499 raise InvalidFileException()
517 raise InvalidFileException()
578 raise InvalidFileException()
584 raise InvalidFileException()
591 raise InvalidFileException()
622 raise InvalidFileException()
624 raise InvalidFileException()
[all …]
/external/python/cpython3/Lib/test/
Dtest_plistlib.py836 with self.assertRaises(plistlib.InvalidFileException):
852 with self.assertRaisesRegex(plistlib.InvalidFileException,
1019 with self.assertRaises(plistlib.InvalidFileException):
1025 with self.assertRaises(plistlib.InvalidFileException):
/external/cronet/tot/build/apple/
Dtweak_info_plist.py51 except plistlib.InvalidFileException:
/external/angle/build/apple/
Dtweak_info_plist.py51 except plistlib.InvalidFileException:
/external/cronet/stable/build/apple/
Dtweak_info_plist.py51 except plistlib.InvalidFileException:
/external/python/cpython3/Doc/library/
Dplistlib.rst81 The parser for the binary format raises :exc:`InvalidFileException`
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a2.rst314 :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.