Hide
Know what you're getting – Unlike many sites, all our code is clearly licensed. Join Siafoo Now or Learn More

Python Decorators Don't Have to be (that) Scary - Recent Activity Subscribe

Show: Turn New Off Turn Edits Off Turn Ratings Off Turn Comments Off
17 March 2010 1
Edit David edited the article “Python Decorators Don't Have to be (that) Scary
17 March at 10:53 AM
" Fixed a small typo with the expected output of a function, thanks to Denis Barmenkov. " diff
21 April 2009 1 1
Article “Python Decorators Don't Have to be (that) Scary” was rated as a 5
21 April 2009 at 08:57 PM
The new average is 5.00 of 5.00 with 2 ratings. rate
Comment mmocny commented on the article “Python Decorators Don't Have to be (that) Scary
21 April 2009 at 08:56 PM
" Brilliant article!I had just run into a problem with using multiple decorators on one function. Subsequent decorators actually decorate the previous decorators' wrapper function, rather then the... more " reply
30 July 2008 1 1
Article “Python Decorators Don't Have to be (that) Scary” was rated as a 5
30 July 2008 at 07:18 PM
The new average is 5.00 of 5.00 with 2 ratings. rate
Edit David edited the article “Python Decorators Don't Have to be (that) Scary
30 July 2008 at 02:37 PM
" copyediting, changed title, description, made start a bit less confusing (hopefully) " diff
David posted the article “Python Decorators Don't Have to be (that) Scary
30 July 2008 at 03:40 AM
Decorators modify functions. Beginning with the basics, learn how to use decorators in a variety of ways. Execute code when a function is parsed or called. Conditionally call functions and... more