Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ execute
Method
execute
t/unit/backends/test_redis.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
pass
65
66
def
execute(self):
67
return
[step(*a, **kw)
for
step, a, kw in self.steps]
68
69
70
class
PubSub(conftest.MockCallbacks):
Callers
9
test_receieve_message
Method · 0.45
test_receive_message_eta
Method · 0.45
test_execute_does_not_execute_revoked
Method · 0.45
test_execute_acks_late
Method · 0.45
test_execute
Method · 0.45
test_execute_backend_error_acks_late
Method · 0.45
test_execute_success_no_kwargs
Method · 0.45
test_execute_ack
Method · 0.45
test_execute_fail
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected