.. _unexpected-special-method-signature: unexpected-special-method-signature / E0302 =========================================== **Message emitted:** 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.* Created by ``classes`` checker