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 trialYoussef Moustahib
7,779 PointsSuper() 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
11,437 PointsHey 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
7,779 PointsYoussef Moustahib
7,779 PointsThanks Philip Schultz, That was quite a detailed explanation and will need to read it a few times to understand fully lol
Philip Schultz
11,437 PointsPhilip Schultz
11,437 PointsYeah, I'm still studying it also.