Hacker News new | ask | show | jobs
by silvester23 344 days ago
If you want to combine a mixin with a base class you have no control over, just put the base class last in the inheritance chain. Then it does not matter if it calls its super __init__.
1 comments

And if there are two such base classes?