Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ get_running_loop
Method
get_running_loop
tests/test_asyncio/test_lock.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
self.sleeps = []
14
15
def
get_running_loop(self):
16
return
self
17
18
def
time(self):
19
return
self.now
Callers
15
_wait_for_calls_async
Method · 0.80
test_disconnect_no_current_task
Function · 0.80
wait_for_message
Function · 0.80
test_reconnect_listen
Method · 0.80
test_callbacks
Method · 0.80
test_exception_handler
Method · 0.80
test_late_subscribe
Method · 0.80
test_get_message_timeout_is_respected
Method · 0.80
test_parse_response_timeout_propagation
Method · 0.80
test_get_message_timeout_zero_returns_immediately
Method · 0.80
test_get_message_timeout_none_blocks
Method · 0.80
test_listen_blocks_longer_than_socket_timeout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected