__author__ = 'ktisha' def foo(x): return x class A(): @my_deco def my_method(self): print "Smth"