Hacker News new | ask | show | jobs
by simcop2387 5502 days ago
why would you have to subclass DefaultOrderedCounter again in order to add in the missing method?

Though I agree there's something annoying going on there with the multiple inheritence.

1 comments

I mistyped. I meant "subclass OrderedCounter to add in the __missing__ method".