Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ wait
Method
wait
cassandra/io/asyncorereactor.py:77–80 ·
view source on GitHub ↗
(self, timeout=None)
Source
from the content-addressed store, hash-verified
75
return
True
76
77
def
wait(self, timeout=None):
78
self.event.wait(timeout)
79
if
self.final_exception:
80
raise
self.final_exception
81
82
83
class
_PipeWrapper(object):
Callers
4
__init__
Method · 0.95
run
Method · 0.45
service_timeouts
Method · 0.45
service_timeouts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected