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

Method start

celery/bootsteps.py:363–365  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

361 obj = None
362
363 def start(self, parent):
364 if self.obj:
365 return self.obj.start()
366
367 def stop(self, parent):
368 if self.obj:

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected