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

Method set_down

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

Source from the content-addressed store, hash-verified

210 self.is_up = True
211
212 def set_down(self):
213 self.is_up = False
214
215 def signal_connection_failure(self, connection_exc):
216 return self.conviction_policy.add_failure(connection_exc)

Callers 2

on_downMethod · 0.80
on_removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected