Return a static method for function.
staticmethod(function)
class C: @staticmethod def f(arg1, arg2, ...): ...