OpenQuizz
Une application de gestion des contenus pédagogiques
|
Additional Inherited Members | |
![]() | |
def | __init__ (self, source_class, expected_types, actual_type, actual_value, *args, **kwargs) |
![]() | |
source_class | |
expected_types | |
actual_type | |
actual_value | |
Raised when trying to set a value using a key with a type that doesn't match the declared type. Attributes: source_class -- The class of the collection expected_types -- Allowed types actual_type -- The non matching type actual_value -- Value of the variable with the non matching type