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