Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/MagicStack/asyncpg
/ stop
Method
stop
asyncpg/_testbase/fuzzer.py:65–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
raise
RuntimeError(
'fuzzer proxy failed to start'
)
64
65
def
stop(self):
66
self.loop.call_soon_threadsafe(self._stop)
67
self.thread.join()
68
69
def
_stop(self):
70
self.stop_event.set()
Callers
3
_shutdown_cluster
Function · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected