Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ ZIPError
Class
ZIPError
client/util/exceptions.py:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
NodeError.__init__(self, E_NODE_FILE_SERVER, msg)
105
106
class
ZIPError(NodeError):
107
def
__init__(self, msg):
108
NodeError.__init__(self, E_NODE_ZIP, msg)
109
110
class
InputRetryError(NodeError):
111
def
__init__(self, msg):
Callers
1
compress
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected