Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2533
class
InputDialog(GenericDialog):
Callers
5
confirm_dialog
Method · 0.95
cancel_dialog
Method · 0.95
confirm_value
Method · 0.80
on_keydown_listener
Method · 0.80
confirm_value
Method · 0.80
Calls
1
set_root_widget
Method · 0.80
Tested by
no test coverage detected