Lines Matching defs:next
20 current file so that the next iteration will read the first line from
21 the next file (if any); lines not read from the file will not count
23 after the first line of the next file has been read. Function close()
51 readline() method which returns the next input line, and a
116 Close the current file so that the next iteration will read the first
117 line from the next file (if any); lines not read from the file will
119 changed until after the first line of the next file has been read.
191 In addition it has a readline() method which returns the next
243 def next(self):
262 return self.next()
321 # The next few lines may raise IOError