MCPcopy
hub / github.com/celery/celery / execute

Method execute

t/unit/backends/test_redis.py:66–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 pass
65
66 def execute(self):
67 return [step(*a, **kw) for step, a, kw in self.steps]
68
69
70class PubSub(conftest.MockCallbacks):

Calls

no outgoing calls

Tested by

no test coverage detected