decorator peculiarity

Diez B. Roggisch deetsNOSPAM at web.de
Fri Dec 17 10:32:52 EST 2004


Hi

> Clear now? there is no extra indirection.  If you call something on
> the @ line, the _result_of_that_call_ should be a decorator function.
> If you use my curry recipe in the python cookbook, you can use curry
> lower the apparent "indirection":

Ok - that makes it clear, thanks.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list