VSCode Python 3+ Microsoft extension doesn't warn about passing in a parameter of a different type

后端 未结 0 678
情书的邮戳
情书的邮戳 2021-01-29 14:14

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_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题