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

Method __init__

cassandra/cluster.py:3486–3488  ·  view source on GitHub ↗
(self, control_connection, *args, **kwargs)

Source from the content-addressed store, hash-verified

3484 """
3485
3486 def __init__(self, control_connection, *args, **kwargs):
3487 _ReconnectionHandler.__init__(self, *args, **kwargs)
3488 self.control_connection = weakref.proxy(control_connection)
3489
3490 def try_reconnect(self):
3491 return self.control_connection._reconnect_internal()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected