MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / __aiter__

Method __aiter__

asyncpg/cursor.py:219–220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217
218 @connresource.guarded
219 def __aiter__(self):
220 return self
221
222 @connresource.guarded
223 async def __anext__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected