MCPcopy 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

defunctMethod · 0.95
check_socket_listeningFunction · 0.45
cbMethod · 0.45
test_connect_timeoutMethod · 0.45
test_closeMethod · 0.45
tearDownMethod · 0.45
factoryMethod · 0.45
_connect_socketMethod · 0.45
_prepare_all_queriesMethod · 0.45
_set_new_connectionMethod · 0.45
_try_connectMethod · 0.45
shutdownMethod · 0.45

Calls

no outgoing calls

Tested by 3

cbMethod · 0.36
test_connect_timeoutMethod · 0.36
test_closeMethod · 0.36