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

Method __init__

src/openai/_base_client.py:1434–1435  ·  view source on GitHub ↗
(self, **_kwargs: Any)

Source from the content-addressed store, hash-verified

1432
1433 class _DefaultAioHttpClient(httpx.AsyncClient):
1434 def __init__(self, **_kwargs: Any) -> None:
1435 raise RuntimeError("To use the aiohttp client you must have installed the package with the `aiohttp` extra")
1436else:
1437
1438 class _DefaultAioHttpClient(httpx_aiohttp.HttpxAiohttpClient): # type: ignore

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected