Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ __exit__
Method
__exit__
cassandra/cluster.py:3268–3269 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
3266
return
self
3267
3268
def
__exit__(self, *args):
3269
self.shutdown()
3270
3271
def
__del__(self):
3272
try
:
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.95
Tested by
no test coverage detected