Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/mbedtls/repo/scripts/
Dabi_check.py394 def _remove_extra_detail_from_report(self, report_root): argument
397 self._remove_children_with_tag(report_root, tag)
399 for report in report_root:
444 report_root = ET.fromstring(err.output.decode("utf-8"))
445 self._remove_extra_detail_from_report(report_root)
446 self.log.info(ET.tostring(report_root).decode("utf-8"))