MCPcopy
hub / github.com/celery/celery / replace_with_group

Method replace_with_group

t/unit/tasks/test_canvas.py:79–80  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

77
78 @self.app.task(shared=False, bind=True)
79 def replace_with_group(self, x, y):
80 return self.replace(group(add.si(x, y), mul.si(x, y)))
81
82 self.replace_with_group = replace_with_group
83

Callers

nothing calls this directly

Calls 3

groupClass · 0.90
siMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected