MCPcopy
hub / github.com/celery/celery / stop

Method stop

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

Source from the content-addressed store, hash-verified

365 return self.obj.start()
366
367 def stop(self, parent):
368 if self.obj:
369 return self.obj.stop()
370
371 def close(self, parent):
372 pass

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected