Super() function

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Mar 29 15:19:18 EDT 2010


En Sun, 28 Mar 2010 21:58:07 -0300, Delaney, Timothy (Tim)  
<tdelaney at avaya.com> escribió:
>> Gabriel Genellina wrote:
>>> Alan Harris-Reid <aharrisreid at googlemail.com> 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




More information about the Python-list mailing list