Searched defs:isstdin (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython2/Lib/ | ||
| D | fileinput.py | 168 def isstdin(): function |
| /external/python/cpython3/Lib/ | ||
| D | fileinput.py | 162 def isstdin(): function |
| /external/python/cpython3/Lib/test/ | ||
| D | test_fileinput.py | 543 def isstdin(self): member in MockFileInput |