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

Method __next__

couchbase/analytics.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 return self.serializer.deserialize(row)
89
90 def __next__(self):
91 return stream_next(self)
92
93
94"""

Callers

nothing calls this directly

Calls 1

stream_nextFunction · 0.90

Tested by

no test coverage detected