Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ replaced_group
Method
replaced_group
t/unit/tasks/test_canvas.py:73–74 ·
view source on GitHub ↗
(self, x, y)
Source
from the content-addressed store, hash-verified
71
72
@self.app.task(shared=False, bind=True)
73
def
replaced_group(self, x, y):
74
return
self.replace(group(add.si(x, y), mul.si(x, y)))
75
76
self.replaced_group = replaced_group
77
Callers
nothing calls this directly
Calls
3
group
Class · 0.90
si
Method · 0.80
replace
Method · 0.45
Tested by
no test coverage detected