Home
last modified time | relevance | path

Searched refs:AutoCompleteWindow (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_autocomplete_w.py18 cls.acw = acw.AutoCompleteWindow(cls.text, tags=None)
H A Dtest_autocomplete.py52 self.assertIsInstance(testwin, acw.AutoCompleteWindow)
/third_party/python/Lib/idlelib/
H A Dautocomplete.py58 return autocomplete_w.AutoCompleteWindow(self.text, tags=self.tags)
102 """Find the completions and create the AutoCompleteWindow.
H A Dautocomplete_w.py27 class AutoCompleteWindow: class
30 # The widget (Text) on which we place the AutoCompleteWindow

Completed in 3 milliseconds