MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / __call__

Method __call__

tests/test_utils/test_proxy.py:13–14  ·  view source on GitHub ↗
(self, *_args: Any, **_kwds: Any)

Source from the content-addressed store, hash-verified

11 return self
12
13 def __call__(self, *_args: Any, **_kwds: Any) -> Any:
14 raise RuntimeError("This should never be called!")
15
16
17def test_recursive_proxy() -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected