This post originated from an RSS feed registered with Python Buzz
by Ian Bicking.
Original Post: Defaults & Inheritance
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
I thought I’d note a way I try to make classes reasonably customizable without creating lots of classes, but letting other people create classes if they want.
Here’s a common technique; I’m going to use a class from WSGIProxy as an example, because that’s where I was about to use this technique when I thought it [...]