Searched refs:xml_file_path (Results 1 – 1 of 1) sorted by relevance
170 xml_file_path, argument 184 xml_file_path The path to a Robot-generated output.xml207 result = ExecutionResult(xml_file_path)276 # l_system_info = get_system_details(xml_file_path)287 l_system_info = get_system_details(xml_file_path)404 def get_system_details(xml_file_path):410 xml_file_path The relative or absolute path to the416 with open(xml_file_path, "rt", encoding="utf-8") as output:401 get_system_details(xml_file_path) global() argument