Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
class
ControlConnectionTest(unittest.TestCase):
Callers
15
wait_until
Function · 0.80
wait_until_not_raised
Function · 0.80
wrapper
Function · 0.80
check_socket_listening
Function · 0.80
remove_cluster
Function · 0.80
execute_with_retry_tolerant
Function · 0.80
setup_keyspace
Function · 0.80
assert_quiescent_pool_state
Function · 0.80
test_can_connect_with_ssl_long_running
Method · 0.80
wait_for_up
Function · 0.80
wait_for_down
Function · 0.80
_query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected