Searched refs:getwords (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
D | test_autoexpand.py | 83 equal(self.auto_expand.getwords(), ['ab', 'ad', 'ac', 'a']) 102 equal(self.auto_expand.getwords(), ['ab', 'ac', 'ad', 'a']) 122 equal(self.auto_expand.getwords(), ['ab', 'ac', 'a']) 136 equal(self.auto_expand.getwords(), []) 140 equal(self.auto_expand.getwords(), [])
|
/third_party/python/Lib/idlelib/ |
D | autoexpand.py | 32 words = self.getwords() 37 words = self.getwords() 54 def getwords(self): member in AutoExpand
|