MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / _StatementCacheEntry

Class _StatementCacheEntry

asyncpg/connection.py:2469–2477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2467
2468
2469class _StatementCacheEntry:
2470
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 1

_new_entryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…