Searched defs:isstdin (Results 1 - 2 of 2) sorted by relevance
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | fileinput.py | 18 line just read is the first line of its file; isstdin() returns true 49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close() 85 "isfirstline","isstdin","FileInput"] 175 def isstdin(): function 182 return _state.isstdin() 188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(), 374 def isstdin(self): member in class:FileInput
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | fileinput.py | 18 line just read is the first line of its file; isstdin() returns true 49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close() 85 "isfirstline","isstdin","FileInput"] 175 def isstdin(): function 182 return _state.isstdin() 188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(), 374 def isstdin(self): member in class:FileInput
|
Completed in 95 milliseconds