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

Method __init__

tests/test_middleware.py:276–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

274 """Parses the response inside the middleware before returning it."""
275
276 def __init__(self) -> None:
277 self.parsed: list[Any] = []
278
279 @override
280 def handle(self, request: APIRequest, call_next: CallNext) -> Any:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected