class A(object): @staticmethod def foo(a, b): return a,b A().foo(1, 2)