Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ create
Method
create
celery/bootsteps.py:341–342 ·
view source on GitHub ↗
Create the step.
(self, parent)
Source
from the content-addressed store, hash-verified
339
return
self._should_include(parent)[0]
340
341
def
create(self, parent):
342
""
"Create the step."
""
343
344
def
__repr__(self):
345
return
f
'<step: {self.alias}>'
Callers
8
_should_include
Method · 0.95
test_create
Method · 0.45
test_Pool_pool_no_sem
Method · 0.45
test_create__eventloop
Method · 0.45
test_create
Method · 0.45
test_create__green
Method · 0.45
test_create__green_string_pool_cls
Method · 0.45
test_create__green_string_pool_cls_eventlet
Method · 0.45
Calls
no outgoing calls
Tested by
7
test_create
Method · 0.36
test_Pool_pool_no_sem
Method · 0.36
test_create__eventloop
Method · 0.36
test_create
Method · 0.36
test_create__green
Method · 0.36
test_create__green_string_pool_cls
Method · 0.36
test_create__green_string_pool_cls_eventlet
Method · 0.36