Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ B
Function
B
examples/resultgraph/tasks.py:45–49 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
43
44
@task()
45
def
B(id):
46
return
chord(
47
make_request.s(id, f
'{id} {i!r}'
)
48
for
i in range(10)
49
)(B_callback.s(id))
50
51
52
@task()
Callers
nothing calls this directly
Calls
2
chord
Function · 0.90
s
Method · 0.45
Tested by
no test coverage detected