OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, comparable, *typing.Optional[str] error=None) |
_T | __call__ (self, _T value) |
![]() | |
str | __repr__ (self) |
typing.Any | __call__ (self, typing.Any value) |
Data Fields | |
comparable | |
error | |
Static Public Attributes | |
default_message | |
![]() | |
error | |
Validator which succeeds if the ``value`` passed to it is equal to ``comparable``. :param comparable: The object to compare to. :param error: Error message to raise in case of a validation error. Can be interpolated with `{input}` and `{other}`.
def __init__ | ( | self, | |
comparable, | |||
*typing.Optional[str] | error = None |
||
) |
_T __call__ | ( | self, | |
_T | value | ||
) |
comparable |
|
static |
error |