Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_widgets_test.py44 self.assertFalse(nav_history.can_go_back())
61 self.assertFalse(nav_history.can_go_back())
75 self.assertTrue(nav_history.can_go_back())
82 self.assertTrue(nav_history.can_go_back())
87 self.assertFalse(nav_history.can_go_back())
92 self.assertTrue(nav_history.can_go_back())
105 self.assertTrue(nav_history.can_go_back())
Dcurses_widgets.py116 if self.can_go_back():
139 def can_go_back(self): member in CursesNavigationHistory
181 if self.can_go_back() else None))
Dcurses_ui.py649 if self._nav_history.can_go_back():