[Python-Dev] Re: Call for defense of @decorators
Greg Ewing
greg at cosc.canterbury.ac.nz
Fri Aug 6 05:15:17 CEST 2004
"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 +--------------------------------------+
More information about the Python-Dev
mailing list