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

Public Member Functions

None __init__ (self, t.Sequence[t.Union[str, "Undefined"]] names=(), t.Optional[str] message=None)
 
- Public Member Functions inherited from jinja2.exceptions.TemplateNotFound
str __str__ (self)
 
- Public Member Functions inherited from jinja2.exceptions.TemplateError
t.Optional[str] message (self)
 

Public Attributes

 templates
 
- Public Attributes inherited from jinja2.exceptions.TemplateNotFound
 message
 
 name
 
 templates
 

Additional Inherited Members

- Static Public Attributes inherited from jinja2.exceptions.TemplateNotFound
message = None
 

Detailed Description

Like :class:`TemplateNotFound` but raised if multiple templates
are selected.  This is a subclass of :class:`TemplateNotFound`
exception, so just catching the base exception will catch both.

.. versionchanged:: 2.11
    If a name in the list of names is :class:`Undefined`, a message
    about it being undefined is shown rather than the empty string.

.. versionadded:: 2.2

Constructor & Destructor Documentation

◆ __init__()

None jinja2.exceptions.TemplatesNotFound.__init__ (   self,
t.Sequence[t.Union[str, "Undefined"]]   names = (),
t.Optional[str]   message = None 
)

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