class documentation

class TemplateExpression:

View In Hierarchy

The 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):

Undocumented

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

Undocumented

Parameters
template:TemplateUndocumented
undefined​_to​_none:boolUndocumented
_template =

Undocumented

_undefined_to_none =

Undocumented