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

Method handle

tests/test_middleware.py:142–146  ·  view source on GitHub ↗
(self, request: APIRequest, call_next: CallNext)

Source from the content-addressed store, hash-verified

140
141 @override
142 def handle(self, request: APIRequest, call_next: CallNext) -> Any:
143 response = call_next(request)
144 if response.status_code == 529:
145 return call_next(self._fallback(request))
146 return response
147
148 @override
149 async def handle_async(self, request: APIRequest, call_next: AsyncCallNext) -> Any:

Callers

nothing calls this directly

Calls 1

_fallbackMethod · 0.95

Tested by

no test coverage detected