class A: def __init__(self): self.x = 1 def foo(self, a): self.y(1, a) # Some comment class B: pass