getappattr
Get attribute from current_app recursively.
def getappattr(
path: string
) - > any
Get attribute from current_app recursively.
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | A dot-separated string representing the recursive path to the desired attribute on the current_app object |
Returns
| Type | Description |
|---|---|
any | The attribute value found at the specified path within the current Celery application instance |