Home
last modified time | relevance | path

Searched refs:_toast (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py645 self._toast("At the LATEST in navigation history!",
653 self._toast("At the OLDEST in navigation history!",
673 self._toast(self._UI_WAIT_MESSAGE, color=self._UI_WAIT_COLOR_PAIR)
1120 self._toast("Pattern not found", color=self._ERROR_TOAST_COLOR_PAIR)
1523 self._toast(
1608 def _toast(self, message, color=None, line_index=None): member in CursesUI
1641 self._toast(
1651 self._toast(
Dcurses_ui_test.py224 def _toast(self, message, color=None, line_index=None): member in MockCursesUI
225 curses_ui.CursesUI._toast(self, message, color=color, line_index=line_index)