MCPcopy
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

siMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected