Searched refs:temp_list (Results 1 – 3 of 3) sorted by relevance
266 temp_list = []272 temp_list.append(temp_re_str.strip().strip("\""))274 temp_list.append(info.strip())301 header_name, temp_list = self.get_header_list(311 temp_res_list = self.eval_source_str_path(temp_list)323 def eval_source_str_path(self, temp_list): argument325 for temp_info in temp_list:346 temp_list = []353 temp_list.append(line)365 temp_list.append(line)[all …]
62 temp_list = []76 temp_list.append(model_path)80 temp_list + model_enable_dict.get(model_name)82 model_enable_dict[model_name] = temp_list
117 temp_list = os.listdir(dir_path)118 if len(temp_list) == 1:119 dir_path = os.path.join(dir_path, temp_list[0])120 elif len(temp_list) == 0: