MCPcopy 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
83class _PipeWrapper(object):

Callers 4

__init__Method · 0.95
runMethod · 0.45
service_timeoutsMethod · 0.45
service_timeoutsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected