frozen (class)

class FrozenClass[source]

Bases: object

A FrozenClass is designed to avoid adding or accessing wrong properties For instance w.wire instead of w.Wwire will throw a Frozen Error

exception FrozenError[source]

Bases: Exception

Throw when the class is frozen and a new property is set