Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ debug
Function
debug
celery/bin/logtool.py:156–157 ·
view source on GitHub ↗
(ctx, files)
Source
from the content-addressed store, hash-verified
154
@click.argument(
'files'
, nargs=-1)
155
@click.pass_context
156
def
debug(ctx, files):
157
Audit(on_debug=ctx.obj.echo).run(files)
Callers
15
apply_entry
Method · 0.85
_do_sync
Method · 0.85
setup_schedule
Method · 0.85
start
Method · 0.85
shutdown
Method · 0.85
on_stop
Method · 0.85
on_accepted
Method · 0.85
_shrink
Method · 0.85
on_node_reply
Method · 0.85
stop
Method · 0.85
shutdown
Method · 0.85
on_node_join
Method · 0.85
Calls
2
Audit
Class · 0.85
run
Method · 0.45
Tested by
no test coverage detected