[Python-Dev] Extended Function syntax

Greg Ewing greg@cosc.canterbury.ac.nz
Wed, 29 Jan 2003 11:28:40 +1300 (NZDT)


Just van Rossum <just@letterror.com>:

> With MWH's patch, this could be:
> 
> class Foo(object):
>      class myprop [property]:
>          """A computed property on Foo objects."""
> 
>          def __get__(self):
>              return ...
>          def __set__(self):
>              ...
>          def __delete__(self):
>              ...

-0, too clever. (I wouldn't mind if it was *equivalent* to
that, but I wouldn't like to have to write it out like
that all the time.)

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+