__init__ keyword param for sub-class?

hartmut Goebel hartmut at oberon.noris.de
Sat Dec 25 06:07:24 EST 1999


Fred L. Drake, Jr. (fdrake at acm.org) schrieb:

 >  There's also an issue of introducing new keywords or some way to
 >name the thing called "super" in my example.  I don't know of any
 >languages that let you name it within; they all seem to use a
 >keyword.

The Oberon-2 language uses self^.method() to call the super classes method
"method".

 >  -Fred

+++hartmut



More information about the Python-list mailing list