Super() function
Delaney, Timothy (Tim)
tdelaney at avaya.com
Mon Mar 29 19:35:43 EDT 2010
Gabriel Genellina write:
> 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 :(
You're right - I've changed ISPs. I'll have to find somewhere else to upload it and change the link. Can't do it today unfortunately.
Tim Delaney
More information about the Python-list
mailing list