Home
last modified time | relevance | path

Searched refs:report_root (Results 1 – 1 of 1) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dabi_check.py237 def _remove_extra_detail_from_report(self, report_root): argument
240 self._remove_children_with_tag(report_root, tag)
242 for report in report_root:
287 report_root = ET.fromstring(err.output.decode("utf-8"))
288 self._remove_extra_detail_from_report(report_root)
289 self.log.info(ET.tostring(report_root).decode("utf-8"))