Dispatch with multiple inheritance

Michele Simionato michele.simionato at gmail.com
Wed Jul 19 00:52:10 EDT 2006


Michael J. Fromberger ha scritto:

> Consider the following class hierarchy in Python:
> <snip>

> Is there a better (i.e., more elegant) way to handle the case marked
> (**) above?
>
> Curious,
> -M
>
> --
> Michael J. Fromberger             | Lecturer, Dept. of Computer Science
> http://www.dartmouth.edu/~sting/  | Dartmouth College, Hanover, NH, USA

Look at
http://www.python.org/download/releases/2.3/mro


             Michele Simionato




More information about the Python-list mailing list