MCPcopy Create free account
hub / github.com/THUDM/AgentBench / __init__

Method __init__

src/typings/exception.py:60–61  ·  view source on GitHub ↗
(self, detail: Union[str, None] = None)

Source from the content-addressed store, hash-verified

58
59class TaskNetworkException(TaskClientException):
60 def __init__(self, detail: Union[str, None] = None) -> None:
61 super().__init__("task_network", detail)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected