Lines Matching refs:idx
475 for idx, line in enumerate(lines):477 if empty_lines and idx % 2:479 if idx < len(lines) - 1:1575 idx = read.find(b'\n')1576 if idx != -1:1579 idx = limit - datalen - 11584 idx = 0 #eof condition1586 idx += 11587 data.append(read[:idx])1588 self.remainder = read[idx:]