MCPcopy
hub / github.com/celery/celery / run

Method run

t/unit/tasks/test_tasks.py:33–34  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

31 applied = 0
32
33 def run(self, x, y):
34 return x * y
35
36 def apply_async(self, *args, **kwargs):
37 self.applied += 1

Calls

no outgoing calls

Tested by

no test coverage detected