blob: 0cff4c0f061cb6978f1a7ee12a6e11afcca0002a [file] [log] [blame]
class A:
def __init__(self):
self.x = 1
def y(self):
pass
a = A()
a.y()