class C(object): @property def attr(self): """Docstring.""" return 42 C().attr = 42