[Python-Dev] Re: Call for defense of @decorators (original) (raw)
Roman Suzi rnd at onego.ru
Sun Aug 8 15:03:14 CEST 2004
- Previous message: [Python-Dev] Re: Call for defense of @decorators
- Next message: [Python-Dev] Re: Call for defense of @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Re: Call for defense of @decorators
- Next message: [Python-Dev] Re: Call for defense of @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]