MCPcopy
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)
152def replace_with_empty_chain(self, *_):
153 return self.replace(chain())
154
155
156@shared_task(bind=True)

Callers

nothing calls this directly

Calls 2

chainClass · 0.90
replaceMethod · 0.45

Tested by

no test coverage detected