MCPcopy 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
249def _discard_cluster_shutdown(cluster):
250 _clusters_for_shutdown.discard(cluster)
251
252
253def _shutdown_clusters():

Callers 1

shutdownMethod · 0.85

Calls 1

discardMethod · 0.80

Tested by

no test coverage detected