1 2 3 4 5
class MyClass() : @Decorator def myFunction(self, *args, **kwargs) : print "wewt" return args[0]