Searched refs:get_children (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 1354 children = self.tv.get_children() 1375 self.assertEqual(self.tv.get_children(), ()) 1378 self.assertIsInstance(self.tv.get_children(), tuple) 1379 self.assertEqual(self.tv.get_children()[0], item_id) 1385 self.assertEqual(self.tv.get_children(child2), (item_id, child3)) 1394 self.assertEqual(self.tv.get_children(child2), ()) 1398 self.assertEqual(self.tv.get_children(), ()) 1430 self.assertEqual(self.tv.get_children(), (item_id, )) 1431 self.assertEqual(self.tv.get_children(item_id), (item2, )) 1434 self.assertFalse(self.tv.get_children()) [all...] |
/third_party/musl/tools/api_cmp_tool/ |
H A 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/ |
H A D | test_symtable.py | 47 for ch in block.get_children(): 175 st2 = st1.get_children()[0] 180 st4 = st3.get_children()[0]
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | annotations.rs | 202 for child in comment.get_children() { in parse()
|
/third_party/python/Lib/ |
H A D | symtable.py | 143 def get_children(self): member in SymbolTable
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 1557 pub fn get_children(&self) -> CommentChildrenIterator { in get_children() functions
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 1190 def get_children(self, item=None): member in Treeview
|
Completed in 8 milliseconds