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

Method stop

celery/bootsteps.py:401–402  ·  view source on GitHub ↗
(self, c)

Source from the content-addressed store, hash-verified

399 consumer.consume()
400
401 def stop(self, c):
402 self._close(c, True)
403
404 def shutdown(self, c):
405 self._close(c, False)

Callers

nothing calls this directly

Calls 1

_closeMethod · 0.95

Tested by

no test coverage detected