![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


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 | |
| t | message = None |
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
| None jinja2.exceptions.TemplatesNotFound.__init__ | ( | self, | |
| t.Sequence[t.Union[str, "Undefined"]] | names = (), |
||
| t.Optional[str] | message = None |
||
| ) |
Reimplemented from jinja2.exceptions.TemplateNotFound.