demangling ‘property’ values
Tuesday, May 10th, 2005I’m learning more about how properties work in Python. One thing I’m learning is that a property objects are only evaluated in the context of the parent object they’re attached to.
After my last property trick, I now needed a way to manage groups of color tints. After thinking about it for a while, I […]