Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

calling a superclass's implementation of a method

Originally published: 2001-03-12 08:06:55
Last updated: 2001-03-12 08:06:55
Author: Alex Martelli

Python has no equivalent to Java's "super" keyword (so that some part of a method can be delegated to the superclass), but it's easy to get similar convenience despite Python's multiple-inheritance generality.