[Python-Dev] Re: Call for defense of @decorators (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Fri Aug 6 05:15:17 CEST 2004
- Previous message: [Python-Dev] Re: Call for defense of @decorators
- Next message: [Python-Dev] Decorator syntax proposal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Delaney, Timothy C (Timothy)" <tdelaney at avaya.com>:
the above would alleviate much of my distate for @ which is that it doesn't look as though the decorators are connected to the definition.
For something which looks more attached to the definition, how about
staticmethod... def foo(): ###
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] Re: Call for defense of @decorators
- Next message: [Python-Dev] Decorator syntax proposal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]