[General lang] how to call a parent

Michele Simionato mis6 at pitt.edu
Mon Jun 16 12:40:46 EDT 2003


JOHN FABIANI <johnf at jfcomputer.com> wrote in message news:<mailman.1055717427.23489.python-list at python.org>...
> I never thought of keeping a linked list of the parents of an object but
> that will work.  Thanks to all for the info.  I'm also checking on the
> reserved work 'super'.  I'm reading an older book.
> 
> John
> 

You may want to look at

http://www.python.org/2.2.2/descrintro.html

for super

and at

http://www.python.org/2.3/mro.html

for a discussione of Python 2.3 MRO.

         Michele




More information about the Python-list mailing list