Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
459
class
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