Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dfileinput.py162 def isstdin(): function
395 def isstdin(self): member in FileInput
/external/python/cpython3/Lib/test/
Dtest_fileinput.py542 def isstdin(self): member in MockFileInput