MCPcopy 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
106class ZIPError(NodeError):
107 def __init__(self, msg):
108 NodeError.__init__(self, E_NODE_ZIP, msg)
109
110class InputRetryError(NodeError):
111 def __init__(self, msg):

Callers 1

compressMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected