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

Method __init__

tests/test_copy.py:469–470  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

467 try:
468 class _Source:
469 def __init__(self):
470 self.rowcount = 0
471
472 def __aiter__(self):
473 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected