blob: 7cdd655d68924266a4b4e80c89ff5cdabc927b41 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001__author__ = 'ktisha'
2
3def foo(x):
4 return x
5
6class A():
7
8 @accepts(int, int)
9 def my_<caret>method(self):
10 print "Smth"