E0213 no-self-argument

Message

'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!