Lines Matching refs:lineno
15 Functions filename(), lineno() return the filename and cumulative line
49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close()
72 __all__ = ["input", "close", "nextfile", "filename", "lineno", "filelineno",
124 def lineno():
132 return _state.lineno()
175 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(),
309 self._startlineno = self.lineno()
377 def lineno(self):
437 print("%d: %s[%d]%s %s" % (lineno(), filename(), filelineno(),
439 print("%d: %s[%d]" % (lineno(), filename(), filelineno()))