MCPcopy
hub / github.com/celery/celery / s

Method s

t/unit/tasks/test_canvas.py:636–637  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

634 return self
635
636 def s(*args, **kwargs):
637 return static(self.add, args, kwargs, type=self.add, app=self.app)
638
639 c = s(2, 2) | s(4) | s(8)
640 r1 = c.apply_async(task_id='some_id')

Calls 1

staticClass · 0.85

Tested by

no test coverage detected