[Tutor] Understanding Decorators

eryksun eryksun at gmail.com
Sat Jan 18 19:24:31 CET 2014


On Sat, Jan 18, 2014 at 12:51 PM, Reuben <reuben.dlink at gmail.com> wrote:
>
> I tried reading information regarding decorators - but not able to get a
> good grip around it.
>
> Kindly point me to some good links along with examples

Decorators I: Introduction to Python Decorators
http://www.artima.com/weblogs/viewpost.jsp?thread=240808

How can I make a chain of function decorators in Python?
http://stackoverflow.com/a/1594484

What does functools.wraps do?
http://stackoverflow.com/a/309000


More information about the Tutor mailing list