Decorator Module Standard

Posted by Kyle Terry on Stack Overflow See other posts from Stack Overflow or by Kyle Terry
Published on 2010-04-23T20:24:04Z Indexed on 2010/04/23 21:13 UTC
Read the original article Hit count: 216

Filed under:

I was wondering if it's frowned upon to use the decorator module that comes with python. Should I be creating decorators using the original means or is it considered okay practice to use the module?

© Stack Overflow or respective owner

Related posts about python