HomeSort by relevance Sort by last modified time
    Searched refs:getwords (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
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/
AutoExpand.py 41 words = self.getwords()
46 words = self.getwords()
63 def getwords(self): member in class:AutoExpand
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
31 words = self.getwords()
48 def getwords(self): member in class:AutoExpand
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
31 words = self.getwords()
48 def getwords(self): member in class:AutoExpand
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
31 words = self.getwords()
48 def getwords(self): member in class:AutoExpand
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
31 words = self.getwords()
48 def getwords(self): member in class:AutoExpand

Completed in 114 milliseconds