MCPcopy
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_includeMethod · 0.95
test_createMethod · 0.45
test_Pool_pool_no_semMethod · 0.45
test_createMethod · 0.45
test_create__greenMethod · 0.45

Calls

no outgoing calls

Tested by 7

test_createMethod · 0.36
test_Pool_pool_no_semMethod · 0.36
test_createMethod · 0.36
test_create__greenMethod · 0.36