Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
jinja2.exceptions.TemplateSyntaxError Class Reference
Inheritance diagram for jinja2.exceptions.TemplateSyntaxError:
Inheritance graph
[legend]
Collaboration diagram for jinja2.exceptions.TemplateSyntaxError:
Collaboration graph
[legend]

Public Member Functions

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

 lineno
 
 name
 
 filename
 
 translated
 
 message
 

Detailed Description

Raised to tell the user that there is a problem with the template.

Constructor & Destructor Documentation

◆ __init__()

None jinja2.exceptions.TemplateSyntaxError.__init__ (   self,
str  message,
int  lineno,
t.Optional[str]   name = None,
t.Optional[str]   filename = None 
)

Reimplemented from jinja2.exceptions.TemplateError.


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