Skip to content Skip to sidebar Skip to footer
Showing posts with the label Descriptor

When And Why Might I Assign An Instance Of A Descriptor Class To A Class Attribute In Python Rather Than Use A Property?

I'm aware that a property is a descriptor, but are there specific examples of when using a desc… Read more When And Why Might I Assign An Instance Of A Descriptor Class To A Class Attribute In Python Rather Than Use A Property?

Descriptors And Direct Access: Python Reference

The python 3.3 documentation tells me that direct access to a property descriptor should be possibl… Read more Descriptors And Direct Access: Python Reference