On Jun 18, 2007, at 7:33 PM, David Niergarth wrote:

>
> You may also want to take a look at Michele Simionato's decorator
> module, which is designed to make writing signature-preserving
> decorators easier and less error-prone. Very good docs and examples.
>
>   http://www.phyast.pitt.edu/~micheles/python/documentation.html
>

I'll also note that Pylons uses Michele's decorator package for its  
own decorators. Since it's a required dependency it's already  
installed and available for you:

import decorator

--
Philip Jenvey



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to