En Sun, 28 Mar 2010 21:58:07 -0300, Delaney, Timothy (Tim) <[email protected]> escribió:
Gabriel Genellina wrote:
Alan Harris-Reid <[email protected]> escribió:

Using Python 3.1, I sometimes use the super() function to call the
equivalent method from a parent class, for example

def mymethod(self):
    super().mymethod()
    some more code...

This recipe does what you want:
http://code.activestate.com/recipes/286195-selfsuper/
If you think the pure-python version of the recipe is complicated, you should have
a look at the performance-optimised Pyrex version ;)

Where can we look at it? The link in the activestate recipe does not work anymore :(

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to