class documentation

class TemplateSyntaxError(TemplateError):

Known subclasses: jinja2.exceptions.TemplateAssertionError

View In Hierarchy

Raised to tell the user that there is a problem with the template.
Method __init__ Undocumented
Method __reduce__ Undocumented
Method __str__ Undocumented
Instance Variable filename Undocumented
Instance Variable lineno Undocumented
Instance Variable name Undocumented
Instance Variable source Undocumented
Instance Variable translated Undocumented

Inherited from TemplateError:

Property message Undocumented
def __init__(self, message, lineno, name=None, filename=None):

Undocumented

Parameters
message:strUndocumented
lineno:intUndocumented
name:t.Optional[str]Undocumented
filename:t.Optional[str]Undocumented
def __reduce__(self):

Undocumented

def __str__(self):

Undocumented

Returns
strUndocumented
filename =

Undocumented

lineno =

Undocumented

name =

Undocumented

source: t.Optional[str] =

Undocumented

translated: bool =

Undocumented