Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ stop
Method
stop
cassandra/connection.py:1766–1768 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1764
self._shutdown_event.wait(max(self._interval - elapsed, 0.01))
1765
1766
def
stop(self):
1767
self._shutdown_event.set()
1768
self.join()
1769
1770
def
_raise_if_stopped(self):
1771
if
self._shutdown_event.is_set():
Callers
3
run_heartbeat
Method · 0.95
shutdown
Method · 0.45
shutdown
Method · 0.45
Calls
no outgoing calls
Tested by
1
run_heartbeat
Method · 0.76