Searched refs:get_child_table (Results 1 – 5 of 5) sorted by relevance
95 child_table = router1.get_child_table()101 self.assertFalse(router1.get_child_table())114 child_table = router1.get_child_table()
110 …alse(any(info['extaddr'] == med_extaddr for info in self.nodes[LEADER].get_child_table().values()))138 … any(info['extaddr'] == child_extaddr for info in self.nodes[parentid].get_child_table().values()))
1771 def get_child_table(self) -> Dict[int, Dict[str, Any]]: member in NodeImpl
185 self.assertEqual({}, leader.get_child_table())666 child_table = commissioner.get_child_table()676 … self.assertEqual(set(commissioner.get_child_list()), set(commissioner.get_child_table().keys()))
719 def get_child_table(self) -> Dict[ChildId, Dict[str, Any]]: member in OTCI