Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py535 def _screen_create_command_textbox(self, existing_command=None): argument
555 self._auto_key_in(existing_command)
567 existing_command = self._active_command_history[-self._command_pointer]
569 existing_command = self._pending_command
570 self._screen_create_command_textbox(existing_command)
Dcurses_ui_test.py117 def _screen_create_command_textbox(self, existing_command=None): argument
128 self.existing_commands.append(existing_command)
129 self._curr_existing_command = existing_command