[Python-Dev] Re: @decorators, the PEP and the "options" out there?
Jim J Jewett
jimjjewett at yahoo.com
Fri Aug 6 18:31:47 CEST 2004
More information about the Python-Dev mailing list
Fri Aug 6 18:31:47 CEST 2004
- Previous message: [Python-Dev] Density of pie-decorator syntax
- Next message: [Python-Dev] request: add keywords for static and class methods only [related to decorators discussion]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nicolas Fleury asked:
> Is there ambiguities with the following?
> def decorator1(decoratorN(foo(arg1, argN))):
> pass
Remember that there is already an obscure
possibility for nested argument lists.
def func (arg1, (arg2, arg3)):
pass
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
- Previous message: [Python-Dev] Density of pie-decorator syntax
- Next message: [Python-Dev] request: add keywords for static and class methods only [related to decorators discussion]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list