Searched refs:ET (Results 1 – 8 of 8) sorted by relevance
22 import xml.etree.ElementTree as ET namespace179 ET.ElementTree(ET.fromstring(manifest_contents)), input_projects,185 ET.tostring(projects[0]).strip().decode(),189 manifest = ET.ElementTree(ET.fromstring('<manifest></manifest>'))190 manifest_sha1 = hashlib.sha1(ET.tostring(manifest.getroot())).hexdigest()192 ET.tostring(275 split_manifest = ET.parse(split_manifest_file.name)
70 import xml.etree.ElementTree as ET namespace94 root = ET.parse(config_file).getroot()330 sha1_element = ET.Element("hash")334 hashlib.sha1(ET.tostring(manifest.getroot())).hexdigest())424 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()
30 import xml.etree.ElementTree as ET namespace551 xml_root = ET.parse(xml_file).getroot()736 xml_root = ET.parse(xml_file).getroot()774 xml_root = ET.parse(xml_file).getroot()993 xml_root = ET.parse(xml_file).getroot()
36 import xml.etree.ElementTree as ET namespace69 root = ET.parse(xml_file).getroot()
29 import xml.etree.ElementTree as ET namespace382 tree = ET.parse(config_file)
57 import xml.etree.ElementTree as ET namespace732 rough_string = ET.tostring(self.xml_root,