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

Method __iter__

couchbase/result.py:1319–1320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1317 return self._request.metadata()
1318
1319 def __iter__(self):
1320 return self._request.__iter__()
1321
1322 def __aiter__(self):
1323 return self._request.__aiter__()

Callers 5

rowsMethod · 0.95
__iter__Method · 0.45
__iter__Method · 0.45
__iter__Method · 0.45
__iter__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected