HomeSort by relevance Sort by last modified time
    Searched full:get_completions (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/debug/cli/
debugger_cli_common_test.py 818 # output from get_completions().
829 self._tc_reg.get_completions("print_tensor", "node_"))
832 "node_"), self._tc_reg.get_completions("pt", ""))
835 self._tc_reg.get_completions("print_tensor", "node_a"))
838 self._tc_reg.get_completions("pt", "node_a:1"))
841 self._tc_reg.get_completions("print_tensor", "node_a:3"))
843 self.assertEqual((None, None), self._tc_reg.get_completions("foo", "node_"))
    [all...]
readline_ui.py 50 candidates, _ = self._tab_completion_registry.get_completions(context,
debugger_cli_common.py 861 # get_completions calls, no sorting will be necessary.
924 def get_completions(self, context_word, prefix): member in class:TabCompletionRegistry
    [all...]
curses_ui.py     [all...]

Completed in 539 milliseconds