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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Module « flask »

Fonction render_template_string - module flask

Signature de la fonction render_template_string

def render_template_string(source: 'str', **context: 't.Any') -> 'str' 

Description

help(flask.render_template_string)

Render a template from the given source string with the given
context.

:param source: The source code of the template to render.
:param context: The variables to make available in the template.


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé