Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ replaced
Method
replaced
t/unit/tasks/test_stamping.py:406–407 ·
view source on GitHub ↗
(self, x, y)
Source
from the content-addressed store, hash-verified
404
405
@self.app.task(shared=False, bind=True)
406
def
replaced(self, x, y):
407
return
self.replace(add.si(x, y))
408
409
self.replaced = replaced
410
Callers
nothing calls this directly
Calls
2
si
Method · 0.80
replace
Method · 0.45
Tested by
no test coverage detected