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

Method handle

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

Source from the content-addressed store, hash-verified

141
142 @override
143 def handle(self, request: APIRequest, call_next: CallNext) -> Any:
144 response = call_next(request)
145 if response.status_code == 529:
146 return call_next(self._fallback(request))
147 return response
148
149 @override
150 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