MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / wait_match_excepted

Method wait_match_excepted

tests/unit/io/utils.py:72–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 return elapsed_time
71
72 def wait_match_excepted(self):
73 if self.expected_wait - .01 <= self.get_wait_time() <= self.expected_wait + .01:
74 return True
75 return False
76
77
78def get_timeout(gross_time, start, end, precision, split_range):

Callers

nothing calls this directly

Calls 1

get_wait_timeMethod · 0.95

Tested by

no test coverage detected