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

Method __load__

tests/test_utils/test_proxy.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8class RecursiveLazyProxy(LazyProxy[Any]):
9 @override
10 def __load__(self) -> Any:
11 return self
12
13 def __call__(self, *_args: Any, **_kwds: Any) -> Any:
14 raise RuntimeError("This should never be called!")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected