Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « flask.cli »

Fonction find_app_by_string - module flask.cli

Signature de la fonction find_app_by_string

def find_app_by_string(script_info, module, app_name) 

Description

find_app_by_string.__doc__

Check if the given string is a variable name or a function. Call
    a function to get the app instance, or return the variable directly.