Skip to main content

getappattr

Get attribute from current_app recursively.

def getappattr(
path: string
) - > any

Get attribute from current_app recursively.

Parameters

NameTypeDescription
pathstringA dot-separated string representing the recursive path to the desired attribute on the current_app object

Returns

TypeDescription
anyThe attribute value found at the specified path within the current Celery application instance