MCPcopy
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
156def debug(ctx, files):
157 Audit(on_debug=ctx.obj.echo).run(files)

Callers 15

apply_entryMethod · 0.85
_do_syncMethod · 0.85
setup_scheduleMethod · 0.85
startMethod · 0.85
shutdownMethod · 0.85
on_stopMethod · 0.85
on_acceptedMethod · 0.85
_shrinkMethod · 0.85
on_node_replyMethod · 0.85
stopMethod · 0.85
shutdownMethod · 0.85
on_node_joinMethod · 0.85

Calls 2

AuditClass · 0.85
runMethod · 0.45

Tested by

no test coverage detected