class TemplateAssertionError(TemplateSyntaxError):
TemplateSyntaxError
and has the same attributes.
Inherited from TemplateSyntaxError
:
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
(via TemplateSyntaxError
):
Property | message |
Undocumented |