Author :
Enji Cooper
Date :
2020-03-27 16:27:56
Hash :cfcc0936 Message :Call `super` to call methods from the parent class
Not only does it make it clearer to the reader what the intent is behind
the code, it fixes MRO evaluation of classes if the parent-child
relationship is nonlinear.
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>