OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, names=(), message=None) |
![]() | |
def | __str__ (self) |
![]() | |
def | __init__ (self, message=None) |
def | message (self) |
def | __unicode__ (self) |
def | __init__ (self, message=None) |
def | message (self) |
Data Fields | |
templates | |
![]() | |
name | |
templates | |
Additional Inherited Members | |
![]() | |
message | |
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
def __init__ | ( | self, | |
names = () , |
|||
message = None |
|||
) |
Reimplemented from TemplateNotFound.
templates |