Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ close
Method
close
cassandra/connection.py:980–981 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
978
log.debug(
"Enabling protocol checksumming on connection (%s)."
, id(self))
979
980
def
close(self):
981
raise
NotImplementedError()
982
983
def
defunct(self, exc):
984
with
self.lock:
Callers
15
defunct
Method · 0.95
check_socket_listening
Function · 0.45
cb
Method · 0.45
test_connect_timeout
Method · 0.45
test_close
Method · 0.45
tearDown
Method · 0.45
factory
Method · 0.45
_connect_socket
Method · 0.45
_prepare_all_queries
Method · 0.45
_set_new_connection
Method · 0.45
_try_connect
Method · 0.45
shutdown
Method · 0.45
Calls
no outgoing calls
Tested by
3
cb
Method · 0.36
test_connect_timeout
Method · 0.36
test_close
Method · 0.36