Jan. 31, 2003
8:16 a.m.
Shane wrote:
Greg Ewing wrote:
def foo as property: def __get__(self): ... def __set__(self, x): ...
The above syntax seems to be particularly easy to read and understand
except that "binding-statement name1 as name2" already has a different meaning in Python. </F>