Invoke descriptor through object.__getattribute__(type(self), attr) won't work

后端 未结 0 754
無奈伤痛
無奈伤痛 2020-12-21 16:08

In short, I have the following information:

class Descriptor:
    def __set_name__(self, owner, name):
        self.public_name = name
        self.private_na         


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