Why super(SubPerson, SubPerson).name.__set__(self, value) Calls a GETTER in a Descriptor. (Not a Setter)

后端 未结 0 1542
深忆病人
深忆病人 2020-12-31 01:42

I am examining how descriptors work and their extension by a child class. I noticed then when I use Descriptor, in comparison with normal Parent-Child extending getters/sett

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