Creating a dict-like class that counts successful and failed key matches

python at bdurham.com python at bdurham.com
Mon Jun 30 10:44:25 EDT 2014


Hi Chris,

> Sounds like you want to subclass dict, then. Something like this:

Nice!!! 

I need to study your solution, but at first blush it looks exactly like
what I wanted to implement.

Thank you!
Malcolm



More information about the Python-list mailing list