Re: C3 MRO

2016-11-19 Thread Chris Angelico
On Sun, Nov 20, 2016 at 3:21 AM, Victor Porton wrote: > Do I understand correctly, than C3 applies to particular methods, and thus > it does not fail, if it works for every defined method, even if it can fail > after addition of a new method? > > Also, at which point it fails: at definition of a c

C3 MRO

2016-11-19 Thread Victor Porton
Do I understand correctly, than C3 applies to particular methods, and thus it does not fail, if it works for every defined method, even if it can fail after addition of a new method? Also, at which point it fails: at definition of a class or at calling a particular "wrong" method? -- Victor P