Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ TaskFormatError
Class
TaskFormatError
client/util/exceptions.py:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
NodeError.__init__(self, E_NODE_TASK_DATAHANDLE, msg)
73
74
class
TaskFormatError(NodeError):
75
def
__init__(self, msg):
76
NodeError.__init__(self, E_NODE_TASK_FORMAT, msg)
77
78
class
TaskBlameError(NodeError):
79
def
__init__(self, msg):
Callers
1
run
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected