Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corpnewt/gibMacOS
/ __init__
Method
__init__
Scripts/plist.py:284–285 ·
view source on GitHub ↗
(self, message="Invalid file")
Source
from the content-addressed store, hash-verified
282
283
class
InvalidFileException (ValueError):
284
def
__init__(self, message=
"Invalid file"
):
285
ValueError.__init__(self, message)
286
287
_BINARY_FORMAT = {1:
'B'
, 2:
'H'
, 4:
'L'
, 8:
'Q'
}
288
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected