Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ __del__
Method
__del__
asyncpg/prepared_stmt.py:284–286 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
282
super()._check_conn_validity(meth_name)
283
284
def
__del__(self):
285
self._state.detach()
286
self._connection._maybe_gc_stmt(self._state)
Callers
nothing calls this directly
Calls
1
_maybe_gc_stmt
Method · 0.80
Tested by
no test coverage detected