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