Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_autoexpand.py66 expand = self.auto_expand.expand_word_event
84 expand = self.auto_expand.expand_word_event
102 expand = self.auto_expand.expand_word_event
119 expand = self.auto_expand.expand_word_event
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_autoexpand.py67 expand = self.auto_expand.expand_word_event
85 expand = self.auto_expand.expand_word_event
103 expand = self.auto_expand.expand_word_event
120 expand = self.auto_expand.expand_word_event
/external/python/cpython3/Lib/idlelib/
Dautoexpand.py37 def expand_word_event(self, event): member in AutoExpand
/external/python/cpython2/Lib/idlelib/
DAutoExpand.py36 def expand_word_event(self, event): member in AutoExpand