(options: FinalRequestOptions)
| 1537 | options = FinalRequestOptions(method=class="st">"get", url=class="st">"/foo") |
| 1538 | |
| 1539 | def build_request(options: FinalRequestOptions) -> None: |
| 1540 | client_copy = async_client.copy() |
| 1541 | client_copy._build_request(options) |
| 1542 | |
| 1543 | class="cm"># ensure that the machinery is warmed up before tracing starts. |
| 1544 | build_request(options) |
nothing calls this directly
no test coverage detected