MCPcopy 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

resetMethod · 0.95

Calls

no outgoing calls

Tested by 2