Lines Matching refs:line
232 (ss.IndexStoreMainDict.parse_main_dict_line_for_token(line),
233 line)
234 for line in tmp_fh
239 tmp_fh.writelines((line for tok, line in l))
404 raise RuntimeError("In writing dict line, token:{0}, "
486 # The line may not exist since, for a empty repo, an empty file
489 line = get_line(fh_dict[i])
490 if line is None:
493 cur_toks[i] = line
534 # last line in the file has been read
596 for line in file_handle:
599 line)