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

Method __anext__

acouchbase/n1ql.py:128–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126 self._shutdown_executor()
127
128 async def __anext__(self):
129 return await stream_anext(self)

Callers

nothing calls this directly

Calls 1

stream_anextFunction · 0.90

Tested by

no test coverage detected