MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / ConnectionShutdown

Class ConnectionShutdown

cassandra/connection.py:414–418  ·  view source on GitHub ↗

Raised when a connection has been marked as defunct or has been closed.

Source from the content-addressed store, hash-verified

412
413
414class ConnectionShutdown(ConnectionException):
415 """
416 Raised when a connection has been marked as defunct or has been closed.
417 """
418 pass
419
420
421class ProtocolVersionUnsupported(ConnectionException):

Callers 9

closeMethod · 0.90
_closeMethod · 0.90
closeMethod · 0.90
closeMethod · 0.90
closeMethod · 0.90
closeMethod · 0.90
error_all_requestsMethod · 0.85
send_msgMethod · 0.85
wait_for_responsesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected