MCPcopy 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
245def _register_cluster_shutdown(cluster):
246 _clusters_for_shutdown.add(cluster)
247
248
249def _discard_cluster_shutdown(cluster):

Callers 1

connectMethod · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected