MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / __await__

Method __await__

src/opencode_ai/_base_client.py:288–289  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

286 self._page_cls = page_cls
287
288 def __await__(self) -> Generator[Any, None, AsyncPageT]:
289 return self._get_page().__await__()
290
291 async def _get_page(self) -> AsyncPageT:
292 def _parser(resp: AsyncPageT) -> AsyncPageT:

Callers

nothing calls this directly

Calls 1

_get_pageMethod · 0.95

Tested by

no test coverage detected