I\'m looking at some Python code which used the @ symbol, but I have no idea what it does. I also do not know what to search for as searching Python docs or Goo
@
It indicates that you are using a decorator. Here is Bruce Eckel's example from 2008.