MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _redraw_output

Method _redraw_output

tensorflow/python/debug/cli/curses_ui.py:908–912  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

906 return curses.getmouse()
907
908 def _redraw_output(self):
909 if self._curr_unwrapped_output is not None:
910 self._display_nav_bar()
911 self._display_main_menu(self._curr_unwrapped_output)
912 self._display_output(self._curr_unwrapped_output, is_refresh=True)
913
914 def _fetch_hyperlink_command(self, mouse_x, mouse_y):
915 output_top = self._output_top_row

Callers 2

_on_textbox_keypressMethod · 0.95
_set_mouse_enabledMethod · 0.95

Calls 3

_display_nav_barMethod · 0.95
_display_main_menuMethod · 0.95
_display_outputMethod · 0.95

Tested by

no test coverage detected