no-self-argument / E0213ΒΆ

Message emitted:

Method should have "self" as first argument

Description:

Used when a method has an attribute different the "self" as first argument. This is considered as an error since this is a so common convention that you shouldn't break it!

Created by classes checker