In Python, what are some examples of when decorators greatly simplify a task?

Posted by ensnare on Stack Overflow See other posts from Stack Overflow or by ensnare
Published on 2010-03-28T02:31:54Z Indexed on 2010/03/28 2:33 UTC
Read the original article Hit count: 321

Trying to find examples of when decorators might be really beneficial, and when not so much. Sample code is appreciated.

© Stack Overflow or respective owner

Related posts about python

Related posts about python-decorators