Feb. 15, 2002
9:03 p.m.
This is beautiful! It's like an innerclass. Perfect! Encapulated delegate. I can't wait for Python 3.0.
class Foo(object): property myprop: """A computed property on Foo objects."""
def __get__(self): return ... def __set__(self): ... def __delete__(self): ... -Fred
-- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation
__________________________________________________ Do You Yahoo!? Got something to say? Say it better with Yahoo! Video Mail http://mail.yahoo.com