OpenQuizz
Une application de gestion des contenus pédagogiques
TemplateExpression Class Reference
Inheritance diagram for TemplateExpression:
Collaboration diagram for TemplateExpression:

Public Member Functions

def __init__ (self, template, undefined_to_none)
 
def __call__ (self, *args, **kwargs)
 

Detailed Description

The :meth:`jinja2.Environment.compile_expression` method returns an
instance of this object.  It encapsulates the expression-like access
to the template with an expression it wraps.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  template,
  undefined_to_none 
)

Member Function Documentation

◆ __call__()

def __call__ (   self,
args,
**  kwargs 
)

The documentation for this class was generated from the following file: