Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dfileinput.py168 def isstdin(): function
365 def isstdin(self): member in FileInput
/external/python/cpython3/Lib/
Dfileinput.py162 def isstdin(): function
412 def isstdin(self): member in FileInput
/external/python/cpython3/Lib/test/
Dtest_fileinput.py581 def isstdin(self): member in MockFileInput