Searched defs:isfirstline (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dfileinput.py17 line number in the current file; isfirstline() returns true iff the
49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close()
85 "isfirstline","isstdin","FileInput"]
166 def isfirstline(): function
173 return _state.isfirstline()
188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(),
371 def isfirstline(self): member in class:FileInput
409 isfirstline() and "*" or "", line)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dfileinput.py17 line number in the current file; isfirstline() returns true iff the
49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close()
85 "isfirstline","isstdin","FileInput"]
166 def isfirstline(): function
173 return _state.isfirstline()
188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(),
371 def isfirstline(self): member in class:FileInput
409 isfirstline() and "*" or "", line)

Completed in 1124 milliseconds