class TemplateExpression:
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 |
Undocumented
Parameters | |
*args:t.Any | Undocumented |
**kwargs:t.Any | Undocumented |
Returns | |
t.Optional[ | Undocumented |
Undocumented
Parameters | |
template:Template | Undocumented |
undefined_to_none:bool | Undocumented |