MCPcopy
hub / github.com/celery/celery / find_step

Function find_step

t/unit/worker/test_worker.py:55–56  ·  view source on GitHub ↗
(obj, typ)

Source from the content-addressed store, hash-verified

53
54
55def find_step(obj, typ):
56 return obj.blueprint.steps[typ.name]
57
58
59def create_message(channel, **data):

Calls

no outgoing calls

Tested by

no test coverage detected