Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MagicStack/asyncpg
/ _drop_local_statement_cache
Method
_drop_local_statement_cache
asyncpg/connection.py:1792–1793 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1790
self._log_listeners,
'log'
)
1791
1792
def
_drop_local_statement_cache(self):
1793
self._stmt_cache.clear()
1794
1795
def
_drop_global_statement_cache(self):
1796
if
self._proxy is not None:
Callers
5
set_type_codec
Method · 0.95
reset_type_codec
Method · 0.95
set_builtin_type_codec
Method · 0.95
_drop_global_statement_cache
Method · 0.95
_drop_statement_cache
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected