Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
attr.exceptions.FrozenError Class Reference
Inheritance diagram for attr.exceptions.FrozenError:
Inheritance graph
[legend]
Collaboration diagram for attr.exceptions.FrozenError:
Collaboration graph
[legend]

Static Public Attributes

str 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

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