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

Method include

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

Source from the content-addressed store, hash-verified

336 return False, None
337
338 def include(self, parent):
339 return self._should_include(parent)[0]
340
341 def create(self, parent):
342 """Create the step."""

Callers 6

test_start__stopMethod · 0.45
test_terminateMethod · 0.45
applyMethod · 0.45

Calls 1

_should_includeMethod · 0.95

Tested by 5

test_start__stopMethod · 0.36
test_terminateMethod · 0.36