MCPcopy
hub / github.com/celery/celery / report

Function report

celery/bin/celery.py:168–172  ·  view source on GitHub ↗

Shows information useful to include in bug-reports.

(ctx, **kwargs)

Source from the content-addressed store, hash-verified

166@celery.command(cls=CeleryCommand)
167@click.pass_context
168def report(ctx, **kwargs):
169 """Shows information useful to include in bug-reports."""
170 app = ctx.obj.app
171 app.loader.import_default_modules()
172 ctx.obj.echo(app.bugreport())
173
174
175celery.add_command(purge)

Callers

nothing calls this directly

Calls 3

echoMethod · 0.80
bugreportMethod · 0.80

Tested by

no test coverage detected