On Jun 3, 2016 7:12 PM, "Gregory Ewing" <greg.ew...@canterbury.ac.nz> wrote:
>
> 4. It must not matter what order the methods in a super
> chain are called. This is because you cannot predict
> which method a given super call will invoke. It could
> belong to a subclass of the class making the call.

It can't belong to a subclass; the MRI guarantees that. But it's not
necessarily a superclass either.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to