Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ reset
Method
reset
tests/test_pool.py:162–164 ·
view source on GitHub ↗
(con)
Source
from the content-addressed store, hash-verified
160
init_called += 1
161
162
async
def
reset(con):
163
nonlocal reset_called
164
reset_called += 1
165
166
async
def
user(pool):
167
async
with
pool.acquire()
as
con:
Callers
6
test_transaction_within_manual_transaction
Method · 0.45
test_isolation_level
Method · 0.45
test_listen_01
Method · 0.45
test_log_listener_01
Method · 0.45
reset
Method · 0.45
test_connection_use_after_close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected