MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / __exit__

Method __exit__

cassandra/cluster.py:1783–1784  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1781 return self
1782
1783 def __exit__(self, *args):
1784 self.shutdown()
1785
1786 def _new_session(self, keyspace):
1787 session = Session(self, self.metadata.all_hosts(), keyspace)

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.95

Tested by

no test coverage detected