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

Method on_add

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

Source from the content-addressed store, hash-verified

539 p.load_balancing_policy.on_down(host)
540
541 def on_add(self, host):
542 for p in self.profiles.values():
543 p.load_balancing_policy.on_add(host)
544
545 def on_remove(self, host):
546 for p in self.profiles.values():

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.45
on_addMethod · 0.45

Tested by

no test coverage detected