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

Method __init__

asyncpg/connection.py:2473–2477  ·  view source on GitHub ↗
(self, cache, query, statement)

Source from the content-addressed store, hash-verified

2471 __slots__ = ('_query', '_statement', '_cache', '_cleanup_cb')
2472
2473 def __init__(self, cache, query, statement):
2474 self._cache = cache
2475 self._query = query
2476 self._statement = statement
2477 self._cleanup_cb = None
2478
2479
2480class _StatementCache:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected