blob: dded2b0538942109140e381b53214791acfec8eb [file] [log] [blame]
__author__ = 'ktisha'
def foo(x):
return x
class A():
@my_deco
def my_<caret>method(self):
print "Smth"