(self, emitter, page_to_be_shown)
| 48 | return page1 |
| 49 | |
| 50 | def set_different_root_widget(self, emitter, page_to_be_shown): |
| 51 | self.set_root_widget(page_to_be_shown) |
| 52 | |
| 53 | |
| 54 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected