MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / sleep

Method sleep

tests/unit/test_control_connection.py:148–149  ·  view source on GitHub ↗
(self, amount)

Source from the content-addressed store, hash-verified

146 return self.clock
147
148 def sleep(self, amount):
149 self.clock += amount
150
151
152class ControlConnectionTest(unittest.TestCase):

Callers 15

wait_untilFunction · 0.80
wait_until_not_raisedFunction · 0.80
wrapperFunction · 0.80
check_socket_listeningFunction · 0.80
remove_clusterFunction · 0.80
setup_keyspaceFunction · 0.80
wait_for_upFunction · 0.80
wait_for_downFunction · 0.80
_queryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected