MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / __anext__

Method __anext__

acouchbase/analytics.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 self._shutdown_executor()
125
126 async def __anext__(self):
127 return await stream_anext(self)

Callers

nothing calls this directly

Calls 1

stream_anextFunction · 0.90

Tested by

no test coverage detected