Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ restore_connectivity
Method
restore_connectivity
asyncpg/_testbase/fuzzer.py:133–134 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
self.connectivity_loss.set()
132
133
def
restore_connectivity(self):
134
self.loop.call_soon_threadsafe(self._restore_connectivity)
135
136
def
_restore_connectivity(self):
137
self.connectivity.set()
Callers
3
reset
Method · 0.95
test_pool_acquire_timeout
Method · 0.80
test_pool_release_timeout
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_pool_acquire_timeout
Method · 0.64
test_pool_release_timeout
Method · 0.64