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

Method _get_page_items

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

Source from the content-addressed store, hash-verified

193 def next_page_info(self) -> Optional[PageInfo]: ...
194
195 def _get_page_items(self) -> Iterable[_T]: # type: ignore[empty-body]
196 ...
197
198 def _params_from_url(self, url: URL) -> httpx.QueryParams:
199 # TODO: do we have to preprocess params here?

Callers 3

has_next_pageMethod · 0.95
__iter__Method · 0.45
__aiter__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected