> On 26 Mar 2022, at 20:19, Christopher Barker <[email protected]> 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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/N7PUDFLIFYS5VH4XPWLKFDRAFR6JND2R/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to