> 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/

Reply via email to