MCPcopy 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_isolation_levelMethod · 0.45
test_listen_01Method · 0.45
test_log_listener_01Method · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected