Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ _register_cluster_shutdown
Function
_register_cluster_shutdown
cassandra/cluster.py:245–246 ·
view source on GitHub ↗
(cluster)
Source
from the content-addressed store, hash-verified
243
244
245
def
_register_cluster_shutdown(cluster):
246
_clusters_for_shutdown.add(cluster)
247
248
249
def
_discard_cluster_shutdown(cluster):
Callers
1
connect
Method · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected