[EMAIL PROTECTED] wrote:

> it's handy for doing things like validation of parameter and return
> types. Like...
> 
> @accepts(int,int)
> @returns(int)
> def add(a,b):
>     return a+b

using Python decorators to turn Python into something that's not Python 
doesn't seem very handy to me, though.

</F>

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

Reply via email to