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

Method _screen_refresh

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

Source from the content-addressed store, hash-verified

467 self._max_y - self._command_textbox_height, len(self.CLI_PROMPT))
468
469 def _screen_refresh(self):
470 self._stdscr.refresh()
471
472 def _screen_terminate(self):
473 """Terminate the curses screen."""

Callers 2

_display_linesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected