MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / TaskBlameError

Class TaskBlameError

client/util/exceptions.py:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 NodeError.__init__(self, E_NODE_TASK_FORMAT, msg)
77
78class TaskBlameError(NodeError):
79 def __init__(self, msg):
80 NodeError.__init__(self, E_NODE_TASK_BLAME, msg)
81
82class TaskFilterError(NodeError):
83 def __init__(self, msg):

Callers 2

runMethod · 0.90
_lint_blameMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected