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

Method hide

remi/gui.py:2529–2530  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)
2531
2532
2533class InputDialog(GenericDialog):

Callers 5

confirm_dialogMethod · 0.95
cancel_dialogMethod · 0.95
confirm_valueMethod · 0.80
on_keydown_listenerMethod · 0.80
confirm_valueMethod · 0.80

Calls 1

set_root_widgetMethod · 0.80

Tested by

no test coverage detected