Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “dictmixin”

DictMixin. I wasn’t aware of this Python class (part of the UserDict module): lets you implement __get__, __set__, __del__ and keys() and provides the other dictionary methods for you. 0 17th August 2007, 10:34 am

A django site