Searched refs:public_xml_dir (Results 1 – 2 of 2) sorted by relevance
92 def _overwrite_public_xml(self, root, public_xml_dir): argument93 if os.path.exists(public_xml_dir):94 os.remove(public_xml_dir)97 with open(public_xml_dir, "w+") as file:102 public_xml_dir=PUBLIC_XML_DIR): argument107 root, mapping = self._get_existing_tree(public_xml_dir, res_type)130 self._overwrite_public_xml(root, public_xml_dir)
158 def _test_util_update_public_xml(self, new_res_count, public_xml, public_xml_dir): argument162 root = ET.parse(public_xml_dir).getroot()