MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / InvalidFileException

Class InvalidFileException

tools/python-3.11.9-amd64/Lib/plistlib.py:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447
448class InvalidFileException (ValueError):
449 def __init__(self, message="Invalid file"):
450 ValueError.__init__(self, message)
451
452_BINARY_FORMAT = {1: 'B', 2: 'H', 4: 'L', 8: 'Q'}
453

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