(client: Anthropic | AsyncAnthropic, **options: Any)
| 32 | |
| 33 | |
| 34 | def 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 |
no test coverage detected