Enthought Traits Equivalent of dataclasses.dataclass frozen=True?

86 Views Asked by At

How can I make Enthought HasTraits class instances immutable post initialization - something equivalent to @dataclasses.dataclass (frozen=True) ? Thanks, /jim Python 3.9.4 Traits 6.2

0

There are 0 best solutions below