Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Descriptors

How To Freeze Some Arguments Over Multiple Related Class Methods

What's the 'best' method to take a collection of functions that use some common argumen… Read more How To Freeze Some Arguments Over Multiple Related Class Methods

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