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

Method __init__

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

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected