Another I'm continually forgetting the syntax to:

def action(self, noise):
    return super(ChildClass, self).action(noise)

(where of course ChildClass inherits from the super class)