Searched refs:ET (Results 1 – 15 of 15) sorted by relevance
16 import xml.etree.ElementTree as ET namespace32 p1 = ET.fromstring("""<project attr1="hello">38 p2 = ET.fromstring("""<project>73 p1 = ET.fromstring("""<project attr1="hello">83 m1 = ET.fromstring("""<manifest>88 m2 = ET.fromstring("""<manifest>107 m1 = ET.fromstring("""<manifest>113 m2 = ET.fromstring("""<manifest>135 m1 = ET.fromstring("""<manifest>140 m2 = ET.fromstring("""<manifest>
16 import xml.etree.ElementTree as ET namespace24 e1 = ET.fromstring('<node attr1="hello" attr2="hello2" ignored="me"/>')25 e2 = ET.fromstring('<node attr3="hello3" attr2="bye2"/>')34 p1 = ET.fromstring("""<parent>40 p2 = ET.fromstring("""<parent>
23 import xml.etree.ElementTree as ET namespace62 manifest = ET.ElementTree(ET.fromstring(manifest_contents))285 ET.ElementTree(ET.fromstring(manifest_contents)), input_projects,291 ET.tostring(projects[0]).strip().decode(),393 split_manifest = ET.parse(split_manifest_file.name)589 split_manifest = ET.parse(split_manifest_file.name)
24 import xml.etree.ElementTree as ET namespace28 Element = ET.Element245 e1 = ET.parse(manifest_a).getroot()246 e2 = ET.parse(manifest_b).getroot()
17 import xml.etree.ElementTree as ET namespace20 Element = ET.Element69 return ET.tostring(e).decode(encoding='UTF-8').strip()
83 import xml.etree.ElementTree as ET namespace143 root = ET.parse(config_file).getroot()481 original_manifest = ET.parse(manifest_file)
25 import xml.etree.ElementTree as ET namespace56 self.tree = ET.ElementTree()57 self.tree._setroot(ET.Element("config"))65 xml = ET.parse(xmlFile)101 new_tree = ET.ElementTree()102 new_tree._setroot(ET.Element("config"))104 new_change = ET.Element("compat-change")
27 import xml.etree.ElementTree as ET namespace540 xml_root = ET.parse(xml_file).getroot()725 xml_root = ET.parse(xml_file).getroot()763 xml_root = ET.parse(xml_file).getroot()978 xml_root = ET.parse(xml_file).getroot()
31 import xml.etree.ElementTree as ET namespace610 xml_root = ET.parse(xml_file).getroot()796 xml_root = ET.parse(xml_file).getroot()834 xml_root = ET.parse(xml_file).getroot()1053 xml_root = ET.parse(xml_file).getroot()
36 import xml.etree.ElementTree as ET namespace69 root = ET.parse(xml_file).getroot()
17 import xml.etree.ElementTree as ET namespace365 tree = ET.parse(config_filename)
29 import xml.etree.ElementTree as ET namespace412 allowed_projects = ET.parse(build_config.allowed_projects_file)
41 import xml.etree.ElementTree as ET namespace1169 xml_root = ET.parse(test_config).getroot()1189 xml_root = ET.parse(test_config).getroot()
20 import xml.etree.ElementTree as ET namespace134 tree = ET.parse(carrier_test_conf)
57 import xml.etree.ElementTree as ET namespace732 rough_string = ET.tostring(self.xml_root,