MCPcopy Index your code
hub / github.com/RustPython/RustPython / InvalidFileException

Class InvalidFileException

Lib/plistlib.py:459–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459class InvalidFileException (ValueError):
460 def __init__(self, message="Invalid file"):
461 ValueError.__init__(self, message)
462
463_BINARY_FORMAT = {1: 'B', 2: 'H', 4: 'L', 8: 'Q'}
464

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