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

Method get

src/openai/_base_client.py:1220–1227  ·  src/openai/_base_client.py::SyncAPIClient.get
(
        self,
        path: str,
        *,
        cast_to: Type[ResponseT],
        options: RequestOptions = {},
        stream: Literal[False] = False,
    )

Source from the content-addressed store, hash-verified

1218
1219 @overload
1220 def get(
1221 self,
1222 path: str,
1223 *,
1224 cast_to: Type[ResponseT],
1225 options: RequestOptions = {},
1226 stream: Literal[False] = False,
1227 ) -> ResponseT: ...
1228
1229 @overload
1230 def get(

Callers 10

_build_requestMethod · 0.45
_should_retryMethod · 0.45
requestMethod · 0.45
_process_responseMethod · 0.45
requestMethod · 0.45
_process_responseMethod · 0.45
make_request_optionsFunction · 0.45

Calls 2

requestMethod · 0.95
constructMethod · 0.45

Tested by

no test coverage detected