Searched refs:temp_map (Results 1 – 1 of 1) sorted by relevance
217 def convert_to_map(line, temp_map): argument223 temp_map[strs[0]] = temp_map[strs[1][1:]]225 temp_map[strs[0]] = strs[1]230 temp_map = {}234 convert_to_map(line, temp_map)236 for mk, mv in temp_map.items():