Home
last modified time | relevance | path

Searched refs:getwords (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_autoexpand.py70 equal(self.auto_expand.getwords(), ['ab', 'ad', 'ac', 'a'])
89 equal(self.auto_expand.getwords(), ['ab', 'ac', 'ad', 'a'])
109 equal(self.auto_expand.getwords(), ['ab', 'ac', 'a'])
123 equal(self.auto_expand.getwords(), [])
127 equal(self.auto_expand.getwords(), [])
/external/python/cpython2/Lib/idlelib/
DAutoExpand.py41 words = self.getwords()
46 words = self.getwords()
63 def getwords(self): member in AutoExpand