MCPcopy
hub / github.com/openai/openai-python / _send_request

Method _send_request

src/openai/_base_client.py:957–964  ·  view source on GitHub ↗
(
        self,
        request: httpx.Request,
        *,
        stream: bool,
        **kwargs: Unpack[HttpxSendArgs],
    )

Source from the content-addressed store, hash-verified

955 return None
956
957 def _send_request(
958 self,
959 request: httpx.Request,
960 *,
961 stream: bool,
962 **kwargs: Unpack[HttpxSendArgs],
963 ) -> httpx.Response:
964 return self._client.send(request, stream=stream, **kwargs)
965
966 @overload
967 def request(

Callers 1

requestMethod · 0.95

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected