Lines Matching refs:ET
46 import xml.etree.ElementTree as ET namespace
1180 xml_root = ET.parse(xml).getroot()
1181 except (IOError, OSError, ET.ParseError):
1200 xml_root = ET.parse(xml).getroot()
1201 except (IOError, OSError, ET.ParseError):
1347 xml_root = ET.parse(test_config).getroot()
1369 xml_root = ET.parse(test_config).getroot()
1392 xml_root = ET.parse(test_config).getroot()
1397 except ET.ParseError as e:
1414 xml_root = ET.parse(test_config).getroot()
1466 xml_root = ET.parse(test_config).getroot()
1577 xml_root = ET.parse(test_config).getroot()
1891 xml_root = ET.parse(manifest).getroot()
1892 except (ET.ParseError, FileNotFoundError):