.. _class-variable-slots-conflict: class-variable-slots-conflict / E0242 ===================================== **Message emitted:** Value %r in slots conflicts with class variable **Description:** *Used when a value in __slots__ conflicts with a class variable, property or method.* Created by ``classes`` checker