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

Method __init__

cassandra/connection.py:425–428  ·  view source on GitHub ↗
(self, endpoint, startup_version)

Source from the content-addressed store, hash-verified

423 Server rejected startup message due to unsupported protocol version
424 """
425 def __init__(self, endpoint, startup_version):
426 msg = "Unsupported protocol version on %s: %d" % (endpoint, startup_version)
427 super(ProtocolVersionUnsupported, self).__init__(msg, endpoint)
428 self.startup_version = startup_version
429
430
431class ConnectionBusy(Exception):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected