Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py859 def register_tab_comp_context(self, context_words, comp_items): argument
891 if not isinstance(comp_items, list):
893 type(comp_items))
897 sorted_comp_items = sorted(comp_items)
940 def remove_comp_items(self, context_word, comp_items): argument
956 for item in comp_items:
981 comp_items = self._comp_dict[context_word]
982 comp_items = sorted(
983 [item for item in comp_items if item.startswith(prefix)])
985 return comp_items, self._common_prefix(comp_items)