Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
jinja2.exceptions.TemplateAssertionError Class Reference
Inheritance diagram for jinja2.exceptions.TemplateAssertionError:
Inheritance graph
[legend]
Collaboration diagram for jinja2.exceptions.TemplateAssertionError:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from jinja2.exceptions.TemplateSyntaxError
None __init__ (self, str message, int lineno, t.Optional[str] name=None, t.Optional[str] filename=None)
 
str __str__ (self)
 
 __reduce__ (self)
 
- Public Member Functions inherited from jinja2.exceptions.TemplateError
t.Optional[str] message (self)
 
- Public Attributes inherited from jinja2.exceptions.TemplateSyntaxError
 lineno
 
 name
 
 filename
 
 translated
 
 message
 

Detailed Description

Like a template syntax error, but covers cases where something in the
template caused an error at compile time that wasn't necessarily caused
by a syntax error.  However it's a direct subclass of
:exc:`TemplateSyntaxError` and has the same attributes.

The documentation for this class was generated from the following file: