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

Method handle

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

Source from the content-addressed store, hash-verified

277
278 @override
279 def handle(self, request: APIRequest, call_next: CallNext) -> Any:
280 response = call_next(request)
281 self.parsed.append(response.parse())
282 return response
283
284 @override
285 async def handle_async(self, request: APIRequest, call_next: AsyncCallNext) -> Any:

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected