MCPcopy Index your code
hub / github.com/couchbase/couchbase-python-client / __iter__

Method __iter__

couchbase/datastructures.py:1061–1064  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1059 pass
1060
1061 def __iter__(self):
1062 list_ = self._get()
1063 self._full_queue = (v for v in list_.content_as[list])
1064 return self
1065
1066 def __next__(self):
1067 return next(self._full_queue)

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected