MCPcopy
hub / github.com/celery/celery / claim_steps

Method claim_steps

celery/bootsteps.py:251–252  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

249 raise KeyError('unknown bootstep: %s' % exc)
250
251 def claim_steps(self):
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)

Callers 2

applyMethod · 0.95

Calls 1

load_stepMethod · 0.95

Tested by 1