likun
Results
2
comments of
likun
I'm also curious to see how to bind __set_name__ function with property object. Any hint or solution will be appreciated
> Thanks, jrmylow. After commenting out this line "`super().__set_name__(cls, name)`" in "_`_set_name__`" method of `special_property` class, your solution works well now. Otherwise, it will throw some error.