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

Function helper_headers

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

Source from the content-addressed store, hash-verified

418
419
420def helper_headers(respx_mock: MockRouter) -> list[list[str]]:
421 calls = cast("list[MockRequestCall]", respx_mock.calls)
422 return [call.request.headers.get_list("x-stainless-helper") for call in calls]
423
424
425class TestHelperTelemetry:

Calls

no outgoing calls

Tested by

no test coverage detected