Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ reset
Method
reset
asyncpg/_testbase/fuzzer.py:140–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
self.connectivity_loss.clear()
139
140
def
reset(self):
141
self.restore_connectivity()
142
143
def
_close_connection(self, connection):
144
conn_task = self.connections.pop(connection, None)
Callers
1
tearDown
Method · 0.45
Calls
1
restore_connectivity
Method · 0.95
Tested by
no test coverage detected