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

Method __aiter__

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

Source from the content-addressed store, hash-verified

1320 return self._request.__iter__()
1321
1322 def __aiter__(self):
1323 return self._request.__aiter__()
1324
1325
1326class OperationResult:

Callers 5

rowsMethod · 0.95
__aiter__Method · 0.45
__aiter__Method · 0.45
__aiter__Method · 0.45
__aiter__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected