Home
last modified time | relevance | path

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

/openthread-3.7.0/tools/harness-simulation/harness/Web/data/
DupdateDeviceFields.py35 import xml.etree.ElementTree as ET namespace
41 tree = ET.parse(HARNESS_XML_PATH)
43 added = ET.parse(sys.argv[1]).getroot()
/openthread-3.7.0/third_party/mbedtls/repo/scripts/
Dabi_check.py102 import xml.etree.ElementTree as ET namespace
444 report_root = ET.fromstring(err.output.decode("utf-8"))
446 self.log.info(ET.tostring(report_root).decode("utf-8"))