[Python-Dev] Re: Call for defense of @decorators
Roman Suzi
rnd at onego.ru
Sun Aug 8 15:03:14 CEST 2004
On Sun, 8 Aug 2004, Anthony Baxter wrote:
>> BTW, hat is wrong with my %-proposal:
>>
>> def foo(self) % decor():
>> body
>
>Guido has already ruled out the decorators-after-function-arguments
>form. See the last week's archives for python-dev - thread subject
>was "def fn (args) [dec,dec]:"
Hmmm... Maybe it's time to introduce better lambdas? ;)
foo = decor(
def foo(self): ...
...
)
Sincerely yours, Roman Suzi
--
rnd at onego.ru =\= My AI powered by GNU/Linux RedHat 7.3
More information about the Python-Dev
mailing list