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

Method on_up

cassandra/cluster.py:533–535  ·  view source on GitHub ↗
(self, host)

Source from the content-addressed store, hash-verified

531 p.load_balancing_policy.check_supported()
532
533 def on_up(self, host):
534 for p in self.profiles.values():
535 p.load_balancing_policy.on_up(host)
536
537 def on_down(self, host):
538 for p in self.profiles.values():

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.45
on_upMethod · 0.45

Tested by

no test coverage detected