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

Method __init__

src/openai/_exceptions.py:113–114  ·  view source on GitHub ↗
(self, request: httpx.Request)

Source from the content-addressed store, hash-verified

111
112class APITimeoutError(APIConnectionError):
113 def __init__(self, request: httpx.Request) -> None:
114 super().__init__(message="Request timed out.", request=request)
115
116
117class BadRequestError(APIStatusError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected