Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_include_when_enabled
Method · 0.45
test_include_when_disabled
Method · 0.45
test_start__stop
Method · 0.45
test_include_when_disabled
Method · 0.45
test_terminate
Method · 0.45
apply
Method · 0.45
Calls
1
_should_include
Method · 0.95
Tested by
5
test_include_when_enabled
Method · 0.36
test_include_when_disabled
Method · 0.36
test_start__stop
Method · 0.36
test_include_when_disabled
Method · 0.36
test_terminate
Method · 0.36