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

Raymond Hettinger python at rcn.com
Mon Nov 29 01:07:35 EST 2010


On Nov 28, 4:36 am, coldpizza <vri... at gmail.com> wrote:
> Did you try google code search? It is *not* the same as google code
> hosting.
> The site ishttp://www.google.com/codesearchand you can select Python
> in the 'language' dropdown.

Yes, I use Google's code search frequently and did try it for super().
However, you still need to drill into many of the hits manually,
because it is difficult to disambiguate a single inheritance use
of super() (which is very common) from a design with cooperative
multiple inheritance.  You have to read a lot of code and can still
come
up empty handed.


Raymond




More information about the Python-list mailing list