Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ replace_with_empty_chain
Function
replace_with_empty_chain
t/integration/tasks.py:152–153 ·
view source on GitHub ↗
(self, *_)
Source
from the content-addressed store, hash-verified
150
151
@shared_task(bind=True)
152
def
replace_with_empty_chain(self, *_):
153
return
self.replace(chain())
154
155
156
@shared_task(bind=True)
Callers
nothing calls this directly
Calls
2
chain
Class · 0.90
replace
Method · 0.45
Tested by
no test coverage detected