MCPcopy Index your code
hub / github.com/rawpython/remi / show

Method show

remi/gui.py:2524–2527  ·  view source on GitHub ↗
(self, base_app_instance)

Source from the content-addressed store, hash-verified

2522 return ()
2523
2524 def show(self, base_app_instance):
2525 self._base_app_instance = base_app_instance
2526 self._old_root_widget = self._base_app_instance.root
2527 self._base_app_instance.set_root_widget(self)
2528
2529 def hide(self):
2530 self._base_app_instance.set_root_widget(self._old_root_widget)

Callers 2

menu_became_a_sponsorMethod · 0.95
show_error_dialogMethod · 0.95

Calls 1

set_root_widgetMethod · 0.80

Tested by

no test coverage detected