class Foo:
def __init__(some):
pass
class Foo:
def __init__(self):
pass
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!