-
Notifications
You must be signed in to change notification settings - Fork 23
References
CalumJEadie edited this page Aug 28, 2012
·
2 revisions
http://code.sweyla.com/articles/python/decorators/
http://www.artima.com/weblogs/viewpost.jsp?thread=240808 - Introduction to Decorators
http://www.artima.com/weblogs/viewpost.jsp?thread=240845 - Decorator arguments
http://www.artima.com/weblogs/viewpost.jsp?thread=241209 - Decorator based build system
http://micheles.googlecode.com/hg/decorator/documentation3.html
http://docs.python.org/library/functools.html#functools.wraps
http://mrcoles.com/blog/3-decorator-examples-and-awesome-python/