Y
Hacker News
new
|
ask
|
show
|
jobs
by
divbzero
1406 days ago
I won’t argue with “keep things simple” but if you’re ever forced to work with multiple inheritance in Python try inspecting:
SomeBusinessyThing.__mro__
https://docs.python.org/3/library/stdtypes.html#class.__mro_...