Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ wait_for_up
Method
wait_for_up
tests/integration/__init__.py:811–812 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
809
self.down_event.wait()
810
811
def
wait_for_up(self):
812
self.up_event.wait()
813
814
815
class
BasicKeyspaceUnitTestCase(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected