Home
last modified time | relevance | path

Searched refs:AutoExpand (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_autoexpand.py3 from idlelib.autoexpand import AutoExpand namespace
10 # AutoExpand.__init__ only needs .text
21 cls.auto_expand = AutoExpand(DummyEditwin(cls.text))
/third_party/python/Lib/idlelib/
H A Dautoexpand.py10 place before requesting the next selection causes AutoExpand to reset
19 class AutoExpand: class
H A Deditor.py59 from idlelib.autoexpand import AutoExpand namespace
332 text.bind("<<expand-word>>", self.AutoExpand(self).expand_word_event)

Completed in 6 milliseconds