Wow, that title was a mouthful... I\'m sure that sounds very confusing at first glance. This is the basis of what I\'ve got going on:
this is my code: def a(): print \'sss\' @a() def b(): print \'aaa\' b() and the Tracebackis: sss Traceback (most recent call last):