[Python-Dev] Plea for simpler decorator syntax, in addition to pie-shaped syntax (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Thu Aug 5 03:35:48 CEST 2004
- Previous message: [Python-Dev] Plea for simpler decorator syntax, in addition to pie-shaped syntax
- Next message: [Python-Dev] Plea for simpler decorator syntax, in addition to pie-shaped syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
IMO, the most common uses of decorators will be to define properties, and class and static methods.
I thought we had decided that properties weren't one of the things addressed by the decorator mechanism?
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Plea for simpler decorator syntax, in addition to pie-shaped syntax
- Next message: [Python-Dev] Plea for simpler decorator syntax, in addition to pie-shaped syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]