Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ __iter__
Method
__iter__
couchbase/result.py:1280–1281 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1278
return
self._request.result_facets()
1279
1280
def
__iter__(self):
1281
return
self._request.__iter__()
1282
1283
def
__aiter__(self):
1284
return
self._request.__aiter__()
Callers
1
rows
Method · 0.95
Calls
1
__iter__
Method · 0.45
Tested by
no test coverage detected