I've been watching the videos ( example ) by Luciano Ramalho on descriptors with < in> metaclass .
I wanted to know what the advantage of this model is over the more traditional implementation of descriptors as this example in the documentation.
I did a test and it seemed to work for me. I also noticed that in the documentation example the getattr and setattr methods are not used as in example of Luciano.