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

Method __anext__

acouchbase/views.py:132–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 self._shutdown_executor()
131
132 async def __anext__(self):
133 return await stream_anext(self)

Callers

nothing calls this directly

Calls 1

stream_anextFunction · 0.90

Tested by

no test coverage detected