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

Method __next__

couchbase/search.py:130–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 return self._deserialize_row(row)
129
130 def __next__(self):
131 return stream_next(self)
132
133
134"""

Callers

nothing calls this directly

Calls 1

stream_nextFunction · 0.90

Tested by

no test coverage detected