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

  /external/python/cpython2/Lib/idlelib/idle_test/
test_pathbrowser.py 12 d.GetSubList()
22 sub = p.GetSubList()
  /external/python/cpython2/Lib/idlelib/
ObjectBrowser.py 46 def GetSubList(self):
65 def GetSubList(self):
66 sublist = ObjectTreeItem.GetSubList(self)
74 def GetSubList(self):
75 sublist = ObjectTreeItem.GetSubList(self)
93 def GetSubList(self):
PathBrowser.py 32 def GetSubList(self):
51 def GetSubList(self):
StackViewer.py 51 def GetSubList(self):
82 def GetSubList(self):
110 def GetSubList(self):
ClassBrowser.py 86 def GetSubList(self):
167 def GetSubList(self):
TreeWidget.py 339 sublist = self.GetSubList()
356 def GetSubList(self):
396 def GetSubList(self):
  /external/python/cpython3/Lib/idlelib/
debugobj.py 43 def GetSubList(self):
62 def GetSubList(self):
63 sublist = ObjectTreeItem.GetSubList(self)
81 def GetSubList(self):
pathbrowser.py 34 def GetSubList(self):
54 def GetSubList(self):
stackviewer.py 52 def GetSubList(self):
84 def GetSubList(self):
113 def GetSubList(self):
browser.py 157 def GetSubList(self):
217 def GetSubList(self):
tree.py 340 sublist = self.GetSubList()
357 def GetSubList(self):
397 def GetSubList(self):
  /external/python/cpython3/Lib/idlelib/idle_test/
test_pathbrowser.py 67 d.GetSubList()
80 sub = p.GetSubList()
test_browser.py 146 sub0, sub1 = mbt.GetSubList()
204 f1sublist = self.cbt_f1.GetSubList()
209 eq(self.cbt_F1.GetSubList(), [])
238 sublist = cb.GetSubList()

Completed in 512 milliseconds