Someone knows more about the @classmethod decorator? def decorator(func): setattr(func, '_special_attr_', 'something something') return func # end def class Foo(obj...