Searched refs:ET (Results 1 – 9 of 9) sorted by relevance
23 import xml.etree.ElementTree as ET namespace235 ET.ElementTree(ET.fromstring(manifest_contents)), input_projects,241 ET.tostring(projects[0]).strip().decode(),245 manifest = ET.ElementTree(ET.fromstring('<manifest></manifest>'))246 manifest_sha1 = hashlib.sha1(ET.tostring(manifest.getroot())).hexdigest()248 ET.tostring(352 split_manifest = ET.parse(split_manifest_file.name)
78 import xml.etree.ElementTree as ET namespace107 root = ET.parse(config_file).getroot()391 sha1_element = ET.Element("hash")395 hashlib.sha1(ET.tostring(manifest.getroot())).hexdigest())535 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")
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()
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()
36 import xml.etree.ElementTree as ET namespace69 root = ET.parse(xml_file).getroot()
17 import xml.etree.ElementTree as ET namespace381 tree = ET.parse(config_filename)
29 import xml.etree.ElementTree as ET namespace345 allowed_projects = ET.parse(build_config.allowed_projects_file)
57 import xml.etree.ElementTree as ET namespace732 rough_string = ET.tostring(self.xml_root,