MCPcopy
hub / github.com/celery/celery / start

Method start

t/unit/app/test_beat.py:40–41  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

38 pass
39
40 def start(self, **kwargs):
41 self.started = True
42
43 def stop(self, **kwargs):
44 self.stopped = True

Calls

no outgoing calls

Tested by

no test coverage detected