Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ run
Method
run
t/unit/tasks/test_tasks.py:33–34 ·
view source on GitHub ↗
(self, x, y)
Source
from the content-addressed store, hash-verified
31
applied = 0
32
33
def
run(self, x, y):
34
return
x * y
35
36
def
apply_async(self, *args, **kwargs):
37
self.applied += 1
Callers
9
test_chord_run_ensures_body_has_valid_task_id
Method · 0.45
test_chord_run_generates_task_id_when_none_provided
Method · 0.45
test_chord_run_body_freeze_prevents_task_id_empty_error
Method · 0.45
test_chord_run_body_freeze_with_no_external_task_id
Method · 0.45
test_add_to_chord
Method · 0.45
test_incomplete_task_cls
Method · 0.45
test_regular_task
Method · 0.45
test_replace_run
Method · 0.45
test_replace_run_with_autoretry
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected