Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ stop
Method
stop
tests/scripts/spiketest.py:93–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
self.worker.start()
92
93
def
stop(self):
94
self.stopped = True
95
if
self.worker:
96
self.worker.join()
97
self.worker = None
98
99
def
_run(self, interval):
100
while
not self.stopped:
Callers
13
main
Function · 0.95
test_reconnect
Function · 0.45
test_reconnect_failure
Function · 0.45
test_reconnect_after_grow_failed
Function · 0.45
test_refill_on_check
Function · 0.45
test_connect_check_timeout
Function · 0.45
test_stats_connect
Function · 0.45
test_reconnect
Function · 0.45
test_reconnect_failure
Function · 0.45
test_reconnect_after_grow_failed
Function · 0.45
test_refill_on_check
Function · 0.45
test_connect_check_timeout
Function · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected