Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Object-Oriented Python Inheritance Multiple Superclasses

Youssef Moustahib
Youssef Moustahib
7,779 Points

Super() passes up or down the chain?

In the video, Kenneth mentions around 4.35 that the super() method passes things up and down (the inheritance chain). In previous videos we were only taught that it passes things down? Can anyone clear this up?

Thanks

1 Answer

Philip Schultz
Philip Schultz
11,437 Points

Hey Youssef, I'm having trouble understanding how MRO works also, and I wasn't getting a response here either. However, I did get a response on stackoverflow. I got a pretty in depth answer on how it works, Check it out.

https://stackoverflow.com/questions/52013570/how-mro-super-works-in-python

Youssef Moustahib
Youssef Moustahib
7,779 Points

Thanks Philip Schultz, That was quite a detailed explanation and will need to read it a few times to understand fully lol

Philip Schultz
Philip Schultz
11,437 Points

Yeah, I'm still studying it also.