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