blob: 484b70327773582505f208288f8c331bbd989f2d [file] [log] [blame]
class A:
def __init__(self): self.qwe = 1
def test(self): print self.qwe