Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ __aiter__
Method
__aiter__
couchbase/result.py:1146–1147 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1144
return
self._request.__iter__()
1145
1146
def
__aiter__(self):
1147
return
self._request.__aiter__()
1148
1149
def
__repr__(self):
1150
return
"ScanResultIterable:{}"
.format(self._request)
Callers
1
rows
Method · 0.95
Calls
1
__aiter__
Method · 0.45
Tested by
no test coverage detected