[–] j_baker 14y ago ↗ Descriptors are among the blackest of Python's black magic, but they serve a very useful purpose. Thanks for helping to make them easier to understand. [–] lucian1900 14y ago ↗ An interesting usage of descriptors not mentioned in the article are bound methods, which turn Class.function(self, x) into instance.method(x).
[–] lucian1900 14y ago ↗ An interesting usage of descriptors not mentioned in the article are bound methods, which turn Class.function(self, x) into instance.method(x).
2 comments
[ 6.3 ms ] story [ 14.9 ms ] thread