Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/config/
Dconfig_manager.py21 import xml.etree.ElementTree as ET namespace
52 tree = ET.parse(self.filepath)
65 except ET.ParseError as xml_exception:
74 tree = ET.parse(self.filepath)
85 except ET.ParseError as xml_exception:
110 tree = ET.parse(self.filepath)
123 except ET.ParseError as xml_exception:
147 tree = ET.parse(self.filepath)
156 except ET.ParseError as xml_exception:
182 tree = ET.parse(self.filepath)
[all …]
/test/testfwk/developer_test/localCoverage/resident_service/
Dpublic_method.py22 import xml.etree.ElementTree as ET namespace
32 tree = ET.parse(filepath)
42 except ET.ParseError as xml_exception:
Dinit_gcov.py25 import xml.etree.ElementTree as ET namespace
128 tree = ET.parse(origin_xml)
211 tree = ET.parse(origin_xml)
/test/testfwk/developer_test/src/core/driver/
Ddrivers.py30 import xml.etree.ElementTree as ET namespace
187 tree = ET.parse(result_xml)