Lines Matching refs:line
123 for line in out:
124 f.writelines(str(line.strip()) + "\r\n")
132 for line in error:
134 f.writelines(str(line.strip()) + "\r\n")
217 def convert_to_map(line, temp_map):
218 line = line.strip('\n')
219 strs = line.split('=', 1)
232 for line in f.readlines():
233 if not re.match(r'\s*//[\s\S]*', line):
234 convert_to_map(line, temp_map)