On Wed, 2006-03-29 at 00:01 -0500, Phillip J. Eby wrote:

> For some reason, this doesn't bother me with functions.  But then, I can't 
> remember how often I've actually needed to use two decorators on the same 
> function, or how many times a function decorator's arguments took multiple 
> lines to list.  Both of these are routine occurrences for my class use cases.

We have a couple of instances where we use multiple decorators, and even
a case where one of them takes an argument.  It's not too bad.  I agree
with your comments about class decorator readability though.

-Barry

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to