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

Method __init__

Lib/plistlib.py:460–461  ·  view source on GitHub ↗
(self, message="Invalid file")

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected