Property created with @property performs differently

后端 未结 0 456
孤独总比滥情好
孤独总比滥情好 2021-01-28 17:34
>>> class test():
    name = \'tiger\'
    def __init__(self,value):
        self.name = value
    
>>> class subtest(test): pass

>>> a = sub         


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