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

Method __next__

txcouchbase/analytics.py:94–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

92 return self.serializer.deserialize(row)
93
94 def __next__(self):
95 return stream_next(self)

Callers

nothing calls this directly

Calls 1

stream_nextFunction · 0.90

Tested by

no test coverage detected