multiple inheritance

Jan Niklas Fingerle usenet-2004 at lithe.de
Wed Feb 15 19:43:29 EST 2006


Sébastien Boisgérault <Sebastien.Boisgerault at gmail.com> wrote:
> and search for the "cooperative methods and super" section
> in http://www.python.org/2.2/descrintro.html

..., then read http://fuhm.org/super-harmful/ (not the evangelism, just
the examples) and 
http://mail.python.org/pipermail/python-dev/2005-January/050656.html .

When done, ask yourself if you need cooperative method calling or just
calls to the superclasses' __init__-functions. It's your call then,
because we don't know your use cases.

Cheers, 
  -jnf



More information about the Python-list mailing list