hehe i saw that,that is what made my understand it. the decorator now works. let say i have a function decorated with two decorators:
@Accept(int,int)
@OtherDecorator
def myfunc(a,b):
pass
how can i make the two decorators into one(note:one get parameters and
the other doesn`t)
--
http://mail.python.org/mailman/listinfo/python-list
