Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_topsort_raises_KeyError
Method · 0.95
apply
Method · 0.95
Calls
1
load_step
Method · 0.95
Tested by
1
test_topsort_raises_KeyError
Method · 0.76