OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | will_copy (self) |
def | transform_incoming (self, son, collection) |
![]() | |
def | transform_outgoing (self, son, collection) |
A son manipulator that moves _id to the first position.
def transform_incoming | ( | self, | |
son, | |||
collection | |||
) |
Move _id to the front if it's there.
Reimplemented from SONManipulator.
def will_copy | ( | self | ) |
We need to copy to be sure that we are dealing with SON, not a dict.
Reimplemented from SONManipulator.