> On 26 Mar 2022, at 20:19, Christopher Barker <python...@gmail.com> wrote: > > Also, super() actually calls the method on all the superclasses (but not the > same one twice) -- so that right to left thing doesn't matter. Super() calls the method on only one class. Not all. It finds that one class by using the mro to find the one class. Barry _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/N7PUDFLIFYS5VH4XPWLKFDRAFR6JND2R/ Code of Conduct: http://python.org/psf/codeofconduct/
- [Python-ideas] Re: mro and super don't fee... Steven D'Aprano
- [Python-ideas] Re: mro and super don't... malmiteria
- [Python-ideas] Re: mro and super ... Steven D'Aprano
- [Python-ideas] Re: mro and su... Chris Angelico
- [Python-ideas] Re: mro and su... malmiteria
- [Python-ideas] Re: mro and su... Chris Angelico
- [Python-ideas] Re: mro and super don't feel so pythonic Joao S. O. Bueno
- [Python-ideas] Re: mro and super don't feel so pyt... malmiteria
- [Python-ideas] Re: mro and super don't feel so... Christopher Barker
- [Python-ideas] Re: mro and super don't fee... malmiteria
- [Python-ideas] Re: mro and super don't fee... Barry
- [Python-ideas] Re: mro and super don't feel so... Steven D'Aprano
- [Python-ideas] Re: mro and super don't fee... malmiteria
- [Python-ideas] Re: mro and super don't... Chris Angelico
- [Python-ideas] Re: mro and super don't feel so pythonic Ethan Furman
- [Python-ideas] Re: mro and super don't feel so pythonic Eric V. Smith
- [Python-ideas] Re: mro and super don't feel so pythonic Steven D'Aprano
- [Python-ideas] Re: mro and super don't feel so pyt... Steven D'Aprano
- [Python-ideas] Re: mro and super don't feel so pythonic Robert Collins