bindings
Inspect queue bindings.
def bindings(
ctx: click.Context
) - > null
Inspect queue bindings.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object containing the Celery application instance and output utilities |
Returns
| Type | Description |
|---|---|
null | None. The output is printed directly to the console via the context echo method. |