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

Function build

tests/test_header_case_sensitivity.py:34–35  ·  view source on GitHub ↗
(client: Anthropic | AsyncAnthropic, **options: Any)

Source from the content-addressed store, hash-verified

32
33
34def build(client: Anthropic | AsyncAnthropic, **options: Any) -> httpx2.Request:
35 return client._build_request(FinalRequestOptions.construct(method="post", url="/foo", **options))
36
37
38@pytest.fixture

Calls 2

_build_requestMethod · 0.80
constructMethod · 0.45

Tested by

no test coverage detected