class Spam(object): def spam(cls): pass eggs = False spam = classmethod(spam)