Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ on_remove
Method
on_remove
cassandra/cluster.py:545–547 ·
view source on GitHub ↗
(self, host)
Source
from the content-addressed store, hash-verified
543
p.load_balancing_policy.on_add(host)
544
545
def
on_remove(self, host):
546
for
p in self.profiles.values():
547
p.load_balancing_policy.on_remove(host)
548
549
@property
550
def
default(self):
Callers
nothing calls this directly
Calls
2
values
Method · 0.45
on_remove
Method · 0.45
Tested by
no test coverage detected