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.py855 def register_tab_comp_context(self, context_words, comp_items): argument
887 if not isinstance(comp_items, list):
889 type(comp_items))
893 sorted_comp_items = sorted(comp_items)
936 def remove_comp_items(self, context_word, comp_items): argument
952 for item in comp_items:
977 comp_items = self._comp_dict[context_word]
978 comp_items = sorted(
979 [item for item in comp_items if item.startswith(prefix)])
981 return comp_items, self._common_prefix(comp_items)