def goto(self, page, alt_bg_style=None): Wizard.goto(self, page)
def goto(self, page, alt_bg_style=None): Wizard.goto(self, page) if alt_bg_style is True: self.alternate_background_set(True) else: self.alternate_background_set(False)