Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ iter_statements
Method
iter_statements
asyncpg/connection.py:2569–2570 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2567
self._maybe_cleanup()
2568
2569
def
iter_statements(self):
2570
return
(e._statement
for
e in self._entries.values())
2571
2572
def
clear(self):
2573
# Store entries for later.
Callers
3
_get_cached_statements
Method · 0.80
test_prepare_10_stmt_lru
Method · 0.80
_mark_stmts_as_closed
Method · 0.80
Calls
no outgoing calls
Tested by
2
_get_cached_statements
Method · 0.64
test_prepare_10_stmt_lru
Method · 0.64