Searched refs:context_words (Results 1 – 1 of 1) sorted by relevance
855 def register_tab_comp_context(self, context_words, comp_items): argument883 if not isinstance(context_words, list):885 type(context_words))895 for context_word in context_words:898 def deregister_context(self, context_words): argument909 for context_word in context_words:914 for context_word in context_words: