doc tags?

Jp Calderone exarkun at divmod.com
Fri May 13 09:52:07 EDT 2005


On Fri, 13 May 2005 06:44:46 -0700, Robert Kern <rkern at ucsd.edu> wrote:
>Larry Bates wrote:
>> In python they are called decorators, but I've never had a
>> need to use them myself, but then I'm a little old fashioned.
>
>Decorators only work on function and method definitions. I don't think
>that's what Wolfram is referring to.

  Decorator syntax may only work there.  Decorators are a more general concept orthogonal to the '@' syntax, which can be applied to any kind of object.

  Jp



More information about the Python-list mailing list