blob: 6b7a71a188331486395290bab3e6308c497ddd62 [file] [log] [blame]
def method2():
print 1
class A():
def method(self):
method2()