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

Method _screen_refresh_size

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

Source from the content-addressed store, hash-verified

626 return command.strip()
627
628 def _screen_refresh_size(self):
629 self._max_y, self._max_x = self._stdscr.getmaxyx()
630 if self._max_x > self._SCREEN_WIDTH_LIMIT:
631 self._max_x = self._SCREEN_WIDTH_LIMIT
632
633 def _navigate_screen_output(self, command):
634 """Navigate in screen output history.

Callers 2

__init__Method · 0.95
_on_textbox_keypressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected