Home
last modified time | relevance | path

Searched refs:expand_word_event (Results 1 – 2 of 2) 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/cpython2/Lib/idlelib/
DAutoExpand.py36 def expand_word_event(self, event): member in AutoExpand