pylint-errors

E0242 (class-variable-slots-conflict)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a value in slots conflicts with a class variable, property or method.