Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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
5
handle_entity_decl
Method · 0.85
parse
Method · 0.85
_read_ints
Method · 0.85
_read_object
Method · 0.85
load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected