Lines Matching refs:root
34 for root, _, files in os.walk(src):
36 file_path = os.path.join(root, _file)
50 def _resources_with_xml_v1(root, testcase_target_name: str, test_resource_path: str,
53 for target in root:
101 def _resources_with_xml_v2(root, testcase_target_name: str, test_resource_path: str,
104 for target in root:
146 root = tree.getroot()
147 if root.attrib.get('ver') == '2.0':
148 _resources_list = _resources_with_xml_v2(root, testcase_target_name,
153 _resources_list = _resources_with_xml_v1(root, testcase_target_name,