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

Function _weak_maybe_gc_stmt

asyncpg/connection.py:2767–2770  ·  view source on GitHub ↗
(weak_ref, stmt)

Source from the content-addressed store, hash-verified

2765
2766
2767def _weak_maybe_gc_stmt(weak_ref, stmt):
2768 self = weak_ref()
2769 if self is not None:
2770 self._maybe_gc_stmt(stmt)
2771
2772
2773_uid = 0

Callers

nothing calls this directly

Calls 1

_maybe_gc_stmtMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…