I am using VSCode Python 3+ with Microsoft\'s python extension. I can do this:
class Point: def __init__(self): self.x = 0 self.y = 0 def my_