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

Method on_reconnection

cassandra/pool.py:315–320  ·  view source on GitHub ↗

Called when a new Connection is successfully opened. Nothing is done by default.

(self, connection)

Source from the content-addressed store, hash-verified

313 raise NotImplementedError()
314
315 def on_reconnection(self, connection):
316 """
317 Called when a new Connection is successfully opened. Nothing is
318 done by default.
319 """
320 pass
321
322 def on_exception(self, exc, next_delay):
323 """

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected