Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ time
Method
time
tests/test_asyncio/test_lock.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
return
self
17
18
def
time(self):
19
return
self.now
20
21
async
def
sleep(self, sleep):
22
self.sleeps.append(sleep)
Callers
15
test_time
Method · 0.45
test_add
Function · 0.45
_wait_for_calls_async
Method · 0.45
redis_server_time
Function · 0.45
test_time
Method · 0.45
test_time
Method · 0.45
wait_for_message
Function · 0.45
test_get_message_timeout_is_respected
Method · 0.45
test_parse_response_timeout_propagation
Method · 0.45
test_get_message_timeout_zero_returns_immediately
Method · 0.45
test_get_message_timeout_none_blocks
Method · 0.45
test_listen_blocks_longer_than_socket_timeout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected