MCPcopy
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()
45def 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

chordFunction · 0.90
sMethod · 0.45

Tested by

no test coverage detected