Inheritance question

Jeff jeffober at gmail.com
Tue Mar 25 07:54:48 EDT 2008


Rather than use Foo.bar(), use this syntax to call methods of the
super class:

super(ParentClass, self).method()



More information about the Python-list mailing list