MCPcopy
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

mainFunction · 0.95
test_reconnectFunction · 0.45
test_reconnect_failureFunction · 0.45
test_refill_on_checkFunction · 0.45
test_stats_connectFunction · 0.45
test_reconnectFunction · 0.45
test_reconnect_failureFunction · 0.45
test_refill_on_checkFunction · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected