[IronPython] Static methods

Anthony Baxter anthonybaxter at gmail.com
Tue Sep 26 02:33:51 PDT 2006


On 9/26/06, fabio.pliger <fabio.pliger at siavr.it> wrote:
>
>  Agree... But huge use of decorators in a complex application tends tslow
> down performance and generate complex and longer tracebacks...

Why? Decorators are applied at the time the function or method is
created, not at runtime.


More information about the users mailing list