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