Home
last modified time | relevance | path

Searched refs:expand_word_event (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_autoexpand.py79 expand = self.auto_expand.expand_word_event
97 expand = self.auto_expand.expand_word_event
115 expand = self.auto_expand.expand_word_event
132 expand = self.auto_expand.expand_word_event
/third_party/python/Lib/idlelib/
Dautoexpand.py27 def expand_word_event(self, event): member in AutoExpand
Deditor.py320 text.bind("<<expand-word>>", self.AutoExpand(self).expand_word_event)