Home | History | Annotate | Download | only in idlelib

Lines Matching refs:AutoExpand

53     from idlelib.autoexpand import AutoExpand
302 text.bind("<<expand-word>>", self.AutoExpand(self).expand_word_event)