MCPcopy
hub / github.com/celery/celery / load_step

Method load_step

celery/bootsteps.py:254–256  ·  view source on GitHub ↗
(self, step)

Source from the content-addressed store, hash-verified

252 return dict(self.load_step(step) for step in self.types)
253
254 def load_step(self, step):
255 step = symbol_by_name(step)
256 return step.name, step
257
258 def _debug(self, msg, *args):
259 return logger.debug(_pre(self, msg), *args)

Callers 1

claim_stepsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected