Lines Matching refs:strs
219 strs = line.split('=', 1)221 if len(strs) == 2:222 if strs[1].startswith('$'):223 temp_map[strs[0]] = temp_map[strs[1][1:]]225 temp_map[strs[0]] = strs[1]237 strs = mk.rsplit('.', 1)238 if not global_config.get(strs[0]):239 global_config[strs[0]] = {}240 global_config[strs[0]][strs[-1]] = mv