Home
last modified time | relevance | path

Searched refs:add_keybind_help_text (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_console/py/
Dhelp_window_test.py67 help_window.add_keybind_help_text('Global', key_bindings)
115 help_window.add_keybind_help_text('Global', global_bindings)
116 help_window.add_keybind_help_text('Focus', focus_bindings)
/external/pigweed/pw_console/py/pw_console/
Dconsole_app.py783 self.keybind_help_window.add_keybind_help_text('Global',
786 self.keybind_help_window.add_keybind_help_text(
794 self.keybind_help_window.add_keybind_help_text(
Dhelp_window.py296 def add_keybind_help_text(self, section_name, key_bindings: KeyBindings): member in HelpWindow