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

Method __load__

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

Source from the content-addressed store, hash-verified

27 class AlwaysErrorProxy(LazyProxy[Any]):
28 @override
29 def __load__(self) -> Any:
30 raise RuntimeError("Mocking missing dependency")
31
32 proxy = AlwaysErrorProxy()
33 assert not isinstance(proxy, dict)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected