Searched defs:show_window (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ | ||
D | test_autocomplete.py | 200 show_window = Func(result=False) variable in AutoCompleteTest.dummy_acw |
/third_party/python/Lib/idlelib/ | ||
D | autocomplete_w.py | 161 def show_window(self, comp_lists, index, complete, mode, userWantsWin): member in AutoCompleteWindow |