I was learning python the from Learn Python the hard way and upon ex37 they expect us to conduct a search. I do not know what the @ operator does. Can anyone tell me?
Asked
Active
Viewed 136 times
1
-
it means decorator. Like I thought, it's a dupe! – jamylak Apr 05 '13 at 07:08
-
1[Decorators I: Introduction to Python Decorators](http://www.artima.com/weblogs/viewpost.jsp?thread=240808) – DaoWen Apr 05 '13 at 07:11
-
You will find this useful: http://symbolhound.com/ – Blender Apr 05 '13 at 07:11
-
1This question has some really in depth answers. http://stackoverflow.com/questions/739654/understanding-python-decorators – StuGrey Apr 05 '13 at 07:11
-
2This is the best place to learn about decorators, http://stackoverflow.com/questions/739654/understanding-python-decorators – theAlse Apr 05 '13 at 07:11
-
@jamylak AFAIK google strips most non alphanumeric characters from searches, hence a google search doesn't not yield the desired results. – Bakuriu Apr 05 '13 at 07:17
-
@Bakuriu Yes but if the OP had searched his exact question in Google he would have found it. Stackoverflow would have also suggested it to OP but OP still posted it for some reason – jamylak Apr 05 '13 at 07:19
-
@jamylak I agree that the OP should have searched more before asking, but anyway searching `What does the @ operator do in python?` on google and StackOverflow does *not* yield a related result in the *first* page(at least for me). – Bakuriu Apr 05 '13 at 07:51