Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ __aiter__
Method
__aiter__
tests/test_copy.py:472–473 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
470
self.rowcount = 0
471
472
def
__aiter__(self):
473
return
self
474
475
async
def
__anext__(self):
476
if
self.rowcount >= 100:
Callers
2
test_cursor_iterable_02
Method · 0.45
test_cursor_iterable_03
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected