Possible Duplicate:
Understanding Python decorators
What function does the "class decorator"/"method decorator" (@) serve? In other words, what is the difference between this and a normal comment?
Also, what does setter do when using @previousMethod.setter before a method? Thank you.