Home
last modified time | relevance | path

Searched refs:isstdin (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dfileinput.py162 def isstdin(): function
169 return _state.isstdin()
412 def isstdin(self): member in FileInput
/third_party/python/Lib/test/
Dtest_fileinput.py119 self.assertFalse(fi.isstdin())
581 def isstdin(self): member in MockFileInput
860 fileinput.isstdin()
873 retval = fileinput.isstdin()
/third_party/python/Doc/library/
Dfileinput.rst120 .. function:: isstdin()
148 :meth:`isstdin`, :meth:`nextfile` and :meth:`close` correspond to the