OpenQuizz
Une application de gestion des contenus pédagogiques
FrozenError Class Reference
Inheritance diagram for FrozenError:
Collaboration diagram for FrozenError:

Static Public Attributes

string msg = "can't set attribute"
 
list args = [msg]
 

Detailed Description

A frozen/immutable instance or attribute have been attempted to be
modified.

It mirrors the behavior of ``namedtuples`` by using the same error message
and subclassing `AttributeError`.

.. versionadded:: 20.1.0

Field Documentation

◆ args

list args = [msg]
static

◆ msg

string msg = "can't set attribute"
static

The documentation for this class was generated from the following file: