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

Function helper_headers

tests/lib/test_refusal_fallback.py:577–579  ·  view source on GitHub ↗
(respx_mock: MockRouter)

Source from the content-addressed store, hash-verified

575
576
577def helper_headers(respx_mock: MockRouter) -> list[list[str]]:
578 calls = cast("list[MockRequestCall]", respx_mock.calls)
579 return [call.request.headers.get_list("x-stainless-helper") for call in calls]
580
581
582class TestHelperTelemetry:

Calls

no outgoing calls

Tested by

no test coverage detected