Skip to main content

get_app_ctx_id

FunctionPrivateSource

ctx_id: int = get_app_ctx_id()

Get the ID of the current Flask app context object.

Arguments

Returns

ArgumentType
Description
ctx_idintThe ID of the current Flask App context.