Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui_test.py1548 self.assertIsNone(scroll_bar.get_click_command(0))
1549 self.assertIsNone(scroll_bar.get_click_command(3))
1550 self.assertIsNone(scroll_bar.get_click_command(7))
1551 self.assertIsNone(scroll_bar.get_click_command(8))
1615 self.assertIsNone(scroll_bar.get_click_command(-1))
1617 scroll_bar.get_click_command(0))
1619 scroll_bar.get_click_command(1))
1621 scroll_bar.get_click_command(2))
1622 self.assertIsNone(scroll_bar.get_click_command(3))
1624 scroll_bar.get_click_command(5))
[all …]
Dcurses_ui.py192 def get_click_command(self, mouse_y): member in ScrollBar
870 scroll_command = self._scroll_bar.get_click_command(mouse_y)
886 scroll_command = self._scroll_bar.get_click_command(mouse_y)