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

Method __await__

src/openai/_base_client.py:295–296  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

293 self._page_cls = page_cls
294
295 def __await__(self) -> Generator[Any, None, AsyncPageT]:
296 return self._get_page().__await__()
297
298 async def _get_page(self) -> AsyncPageT:
299 def _parser(resp: AsyncPageT) -> AsyncPageT:

Callers

nothing calls this directly

Calls 1

_get_pageMethod · 0.95

Tested by

no test coverage detected