Needed: Real-world examples for Python's Cooperative Multiple Inheritance

Michele Simionato michele.simionato at gmail.com
Fri Nov 26 10:02:33 EST 2010


On Nov 24, 9:08 pm, Raymond Hettinger <pyt... at rcn.com> wrote:

> So far, the only situation I can find where method names necessarily
> overlap is for the basics like __init__(), close(), flush(), and
> save() where multiple parents need to have their own initialization
> and finalization.

I do not know of other use cases either.

     Michele Simionato



More information about the Python-list mailing list