class Foo: def bar(): pass
class Foo: def bar(self): pass
Used when a method which should have the bound instance as first argument has no argument defined.