def exit(self): """ Purpose: The exit Method. Params: None Return: None """ assert self.notify.debugStateCall(self) self.golfTrophies.hide() self.golfRecords.hide() # Make the call to the superclass exit method. ShtikerPage.exit(self)
def exit(self): self.golfTrophies.hide() self.golfRecords.hide() ShtikerPage.exit(self)