Searched refs:getwords (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_autoexpand.py | 70 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/ |
D | AutoExpand.py | 41 words = self.getwords() 46 words = self.getwords() 63 def getwords(self): member in AutoExpand
|