MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / _stop

Method _stop

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

Source from the content-addressed store, hash-verified

67 self.thread.join()
68
69 def _stop(self):
70 self.stop_event.set()
71
72 def _start_thread(self, started_event):
73 self.loop = asyncio.new_event_loop()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected