Override Python property annotation

前端 未结 0 978
深忆病人
深忆病人 2020-12-07 22:52

Suppose I have a base class like that one:

class BaseThing:
    def __init__(self, value):
        self.x: Number = value

Then, I define a mo

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