class Foo:
@staticmethod
def bar(self):
pass
class Foo:
@staticmethod
def bar(arg):
pass
Used when a static method has self
or a value specified in valid-
classmethod-first-arg option or valid-metaclass-classmethod-first-arg option
as first argument.