Searched refs:get_children (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 1341 children = self.tv.get_children() 1362 self.assertEqual(self.tv.get_children(), ()) 1365 self.assertIsInstance(self.tv.get_children(), tuple) 1366 self.assertEqual(self.tv.get_children()[0], item_id) 1372 self.assertEqual(self.tv.get_children(child2), (item_id, child3)) 1381 self.assertEqual(self.tv.get_children(child2), ()) 1385 self.assertEqual(self.tv.get_children(), ()) 1417 self.assertEqual(self.tv.get_children(), (item_id, )) 1418 self.assertEqual(self.tv.get_children(item_id), (item2, )) 1421 self.assertFalse(self.tv.get_children()) [all …]
|
/third_party/musl/tools/api_cmp_tool/ |
D | compare.py | 209 for n in node.get_children(): 251 for n in node.get_children(): 269 for n in node.get_children():
|
/third_party/python/Lib/test/ |
D | test_symtable.py | 47 for ch in block.get_children(): 171 st2 = st1.get_children()[0] 176 st4 = st3.get_children()[0]
|
/third_party/python/Doc/library/ |
D | symtable.rst | 68 be obtained with :meth:`get_children`. 82 .. method:: get_children()
|
D | tkinter.ttk.rst | 964 .. method:: get_children(item=None)
|
/third_party/boost/libs/histogram/benchmark/ |
D | plot_benchmarks.py | 100 for artist in axi.get_children():
|
/third_party/libxml2/python/ |
D | libxml.py | 297 def get_children(self): member in xmlCore 391 children = property(get_children, None, None, "First child node")
|
/third_party/python/Lib/ |
D | symtable.py | 143 def get_children(self): member in SymbolTable
|
/third_party/python/Lib/tkinter/ |
D | ttk.py | 1215 def get_children(self, item=None): member in Treeview
|