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

Method is_currently_reconnecting

cassandra/pool.py:218–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

216 return self.conviction_policy.add_failure(connection_exc)
217
218 def is_currently_reconnecting(self):
219 return self._reconnection_handler is not None
220
221 def get_and_set_reconnection_handler(self, new_handler):
222 """

Callers 4

test_white_listMethod · 0.80
on_downMethod · 0.80

Calls

no outgoing calls