Lines Matching refs:root
36 for root, _, files in os.walk(src):
38 file_path = os.path.join(root, _file)
54 def _resources_with_xml_v1(root, testcase_target_name: str, test_resource_path: str,
57 for target in root:
105 def _resources_with_xml_v2(root, testcase_target_name: str, test_resource_path: str,
108 for target in root:
150 root = tree.getroot()
151 if root.attrib.get('ver') == '2.0':
152 _resources_list = _resources_with_xml_v2(root, testcase_target_name,
157 _resources_list = _resources_with_xml_v1(root, testcase_target_name,