scrapbook.qujck.com
Python decorators (from http://stackoverflow.com/a/1594484/1515209)
If you are not into long explanations, see Paolo Bergantino’s answer. Decorator Basics Python’s functions are objects To understand decorators, you must first understand that functions are objects …