On Aug 11, 8:30 pm, Helmut Jarausch <[EMAIL PROTECTED]> wrote:

> How can I find out the predefined decorators?

I dare to say that's not easy. Since decorators are just(?)
syntactical sugar they don't obtain a particular semantics expressed
by distinctive declarative elements. Unlike generators which can be
identified looking for a yield expression a decorator can be
identified syntactically just when it is used. However this might be
sufficient, depending on your intention?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to