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

Method reconnect

cassandra/cluster.py:3715–3719  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3713 return connection
3714
3715 def reconnect(self):
3716 if self._is_shutdown:
3717 return
3718
3719 self._submit(self._reconnect)
3720
3721 def _reconnect(self):
3722 log.debug("[control connection] Attempting to reconnect")

Callers 4

_signal_errorMethod · 0.95
on_downMethod · 0.95
on_removeMethod · 0.95
return_connectionMethod · 0.95

Calls 1

_submitMethod · 0.95

Tested by

no test coverage detected