Searched refs:ET (Results 1 – 4 of 4) sorted by relevance
21 import xml.etree.ElementTree as ET namespace52 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 …]
22 import xml.etree.ElementTree as ET namespace32 tree = ET.parse(filepath)42 except ET.ParseError as xml_exception:
25 import xml.etree.ElementTree as ET namespace128 tree = ET.parse(origin_xml)211 tree = ET.parse(origin_xml)
30 import xml.etree.ElementTree as ET namespace187 tree = ET.parse(result_xml)