Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ add
Method
add
t/unit/contrib/test_worker.py:17–18 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
15
16
@self.app.task
17
def
add(x, y):
18
return
x + y
19
20
self.add = add
21
Callers
2
test_sched
Method · 0.45
test_sched
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected