Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _debug
Method
_debug
celery/bootsteps.py:258–259 ·
view source on GitHub ↗
(self, msg, *args)
Source
from the content-addressed store, hash-verified
256
return
step.name, step
257
258
def
_debug(self, msg, *args):
259
return
logger.debug(_pre(self, msg), *args)
260
261
@property
262
def
alias(self):
Callers
3
start
Method · 0.95
send_all
Method · 0.95
apply
Method · 0.95
Calls
1
_pre
Function · 0.85
Tested by
no test coverage detected