blob: 9de442508eff0be3b4efccb4dd2b447dd588e243 [file] [log] [blame]
class A():
def method(self):
self.method2()
def metho<caret>d2(self):
print 1