MCPcopy
hub / github.com/celery/celery / add

Method add

t/unit/worker/test_loops.py:138–139  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

136 def setup_method(self):
137 @self.app.task(shared=False)
138 def add(x, y):
139 return x + y
140 self.add = add
141
142 def test_drain_after_consume(self):

Calls

no outgoing calls

Tested by

no test coverage detected