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