MCPcopy
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

startMethod · 0.95
send_allMethod · 0.95
applyMethod · 0.95

Calls 1

_preFunction · 0.85

Tested by

no test coverage detected