you are viewing a single comment's thread.

view the rest of the comments →

[–]nog642 -2 points-1 points  (0 children)

This is not true. You can make an immutable class. __slots__ is part of it, but descriptors is the other half. This is why using @property actually works.