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

Method get_wait_time

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

Source from the content-addressed store, hash-verified

66 return self.invoked
67
68 def get_wait_time(self):
69 elapsed_time = self.invoked_time - self.created_time
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:

Callers 2

wait_match_exceptedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected