Lines Matching full:lines
9 This iterates over the lines of all files listed in sys.argv[1:],
21 the next file (if any); lines not read from the file will not count
26 Before any lines have been read, filename() returns None and both line
27 numbers are zero; nextfile() has no effect. After all lines have been
37 return no lines, except perhaps for interactive use, or if it has been
45 character; otherwise lines are returned including the trailing
68 processing large numbers of input lines. Nevertheless, a significant
117 line from the next file (if any); lines not read from the file will
260 raise RuntimeError, "accessing lines out of order"
321 # The next few lines may raise IOError