top | item 44489914

(no title)

silvester23 | 7 months 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__.

discuss

order

Y_Y|7 months ago

And if there are two such base classes?