Transform a method into a class method.
@classmethod
class C: @classmethod def f(cls, arg1, arg2): ...