class documentation

class TemplateExpression: (source)

View In Hierarchy

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.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable _template Undocumented
Instance Variable _undefined_to_none Undocumented
def __call__(self, *args, **kwargs): (source)

Undocumented

Parameters
*args:t.AnyUndocumented
**kwargs:t.AnyUndocumented
Returns
t.Optional[t.Any]Undocumented
def __init__(self, template, undefined_to_none): (source)

Undocumented

Parameters
template:TemplateUndocumented
undefined_to_none:boolUndocumented
_template = (source)

Undocumented

_undefined_to_none = (source)

Undocumented