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

Method __next__

couchbase/views.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 return deserialized_row
92
93 def __next__(self):
94 return stream_next(self)

Callers

nothing calls this directly

Calls 1

stream_nextFunction · 0.90

Tested by

no test coverage detected