OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | check (self, value) |
def | to_json (self, value) |
![]() | |
def | __init__ (self, serializer) |
def | to_python (self, value) |
def | tag (self, value) |
Static Public Attributes | |
tag | |
![]() | |
key | |
Additional Inherited Members | |
![]() | |
serializer | |
def check | ( | self, | |
value | |||
) |
Check if the given value should be tagged by this tag.
Reimplemented from JSONTag.
def to_json | ( | self, | |
value | |||
) |
Convert the Python object to an object that is a valid JSON type. The tag will be added later.
Reimplemented from JSONTag.
|
static |