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

Method wait_for_down

tests/integration/__init__.py:808–809  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

806 self.down_event.set()
807
808 def wait_for_down(self):
809 self.down_event.wait()
810
811 def wait_for_up(self):
812 self.up_event.wait()

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected