Skip to main content

bindings

Inspect queue bindings.

def bindings(
ctx: click.Context
) - > null

Inspect queue bindings.

Parameters

NameTypeDescription
ctxclick.ContextThe Click context object containing the Celery application instance and output utilities

Returns

TypeDescription
nullNone. The output is printed directly to the console via the context echo method.