MCPcopy
hub / github.com/MagicStack/asyncpg / _restore_connectivity

Method _restore_connectivity

asyncpg/_testbase/fuzzer.py:136–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

134 self.loop.call_soon_threadsafe(self._restore_connectivity)
135
136 def _restore_connectivity(self):
137 self.connectivity.set()
138 self.connectivity_loss.clear()
139
140 def reset(self):
141 self.restore_connectivity()

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected