[Python-Dev] Extended Function syntax (original) (raw)
Greg Ewing greg@cosc.canterbury.ac.nz
Wed, 29 Jan 2003 11:28:40 +1300 (NZDT)
- Previous message: [Python-Dev] Extended Function syntax
- Next message: [Python-Dev] Extended Function syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 +--------------------------------------+
- Previous message: [Python-Dev] Extended Function syntax
- Next message: [Python-Dev] Extended Function syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]