Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ _discard_cluster_shutdown
Function
_discard_cluster_shutdown
cassandra/cluster.py:249–250 ·
view source on GitHub ↗
(cluster)
Source
from the content-addressed store, hash-verified
247
248
249
def
_discard_cluster_shutdown(cluster):
250
_clusters_for_shutdown.discard(cluster)
251
252
253
def
_shutdown_clusters():
Callers
1
shutdown
Method · 0.85
Calls
1
discard
Method · 0.80
Tested by
no test coverage detected