Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_autocomplete_w.py18 cls.acw = acw.AutoCompleteWindow(cls.text, tags=None)
Dtest_autocomplete.py52 self.assertIsInstance(testwin, acw.AutoCompleteWindow)
/third_party/python/Lib/idlelib/
Dautocomplete.py58 return autocomplete_w.AutoCompleteWindow(self.text, tags=self.tags)
Dautocomplete_w.py27 class AutoCompleteWindow: class
DNEWS2x.txt72 - Improved AutoCompleteWindow logic. issue2062, patch by Tal Einat.
120 - AutoCompleteWindow moved below input line, will move above if there
/third_party/python/Misc/NEWS.d/
D3.10.0b2.rst463 Avoid uncaught exceptions in ``AutoCompleteWindow.winconfig_event()``.