MCPcopy Index your code
hub / github.com/python/cpython / InvalidFileException

Class InvalidFileException

Lib/plistlib.py:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451
452class InvalidFileException (ValueError):
453 def __init__(self, message="Invalid file"):
454 ValueError.__init__(self, message)
455
456_BINARY_FORMAT = frozendict({1: 'B', 2: 'H', 4: 'L', 8: 'Q'})
457

Callers 5

handle_entity_declMethod · 0.85
parseMethod · 0.85
_read_intsMethod · 0.85
_read_objectMethod · 0.85
loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…