E0302 unexpected-special-method-signatureΒΆ

Message

'The special method %r expects %s param(s), %d %s given'

Description

Emitted when a special method was defined with an invalid number of parameters. If it has too few or too many, it might not work at all.