Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py217 CLI_TAB_KEY = ord("\t") variable in CursesUI
577 if not command and terminator != self.CLI_TAB_KEY:
584 elif terminator == self.CLI_TAB_KEY:
806 elif x == self.CLI_TAB_KEY:
807 self._textbox_curr_terminator = self.CLI_TAB_KEY