MCPcopy
hub / github.com/celery/celery / include

Method include

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

Source from the content-addressed store, hash-verified

376 return getattr(self.obj, 'terminate', self.obj.stop)()
377
378 def include(self, parent):
379 inc, ret = self._should_include(parent)
380 if inc:
381 self.obj = ret
382 parent.steps.append(self)
383 return inc
384
385
386class ConsumerStep(StartStopStep):

Callers

nothing calls this directly

Calls 1

_should_includeMethod · 0.80

Tested by

no test coverage detected