MCPcopy
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_codecMethod · 0.95
reset_type_codecMethod · 0.95
_drop_statement_cacheMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected