On Fri, 13 May 2005 06:44:46 -0700, Robert Kern <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to