super - is (should) it (be) a reserved word?

Alan Gauld alan.gauld at gssec.bt.co.uk
Thu Oct 12 12:46:50 EDT 2000


Glyph Lefkowitz wrote:
> Not really, just use self.__super as a previous poster suggested.
> 

Great thanks, I missed the previous suggestion. 
That does what I want.

> If the prettier syntax (I.E. fewer underscores) is really what you

No, no, just a way to save changing every call to the 
parent when the parent is changed.

__super works fine.

Alan G.

-- 
=================================================
This post represents the views of the author 
and does not necessarily accurately represent 
the views of BT.



More information about the Python-list mailing list