
Aug. 3, 2004
6:11 p.m.
At 02:01 PM 8/3/04 -0400, Barry Warsaw wrote:
My only other minor lament has nothing to do with this specific syntax. I still wish there was a way to decorate multi-arg property()'s, but oh well.
@property_getter def foo(self): ... @property_setter def foo(self,value): ... See Ed Loper's post at: http://mail.python.org/pipermail/python-dev/2004-April/043902.html and implementation at: http://www.cis.upenn.edu/~edloper/pydecorators.html