Lines Matching defs:nextfile
19 iff the line was read from sys.stdin. Function nextfile() closes the
27 numbers are zero; nextfile() has no effect. After all lines have been
29 pertaining to the last line read; nextfile() has no effect.
49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close()
72 __all__ = ["input", "close", "nextfile", "filename", "lineno", "filelineno",
101 def nextfile():
113 return _state.nextfile()
176 nextfile() and close() correspond to the functions of the same name
236 self.nextfile()
257 self.nextfile()
260 def nextfile(self):
298 self.nextfile()