2009-09-15

foxfirefey: A fox colored like flame over an ornately framed globe (Default)
[personal profile] foxfirefey2009-09-15 12:02 pm

Subclassing a dictionary

Makes me love Python. I needed an class for a test suite for the DWMinion module I'm making to make it easy to create DWAccount objects on the fly. I figured out that I could do this by subclassing the dict class.

Code here )