Searched refs:FILEIN_STDOUT (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_pipes.py42 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT)
141 pipes.FILEIN_STDOUT)
175 pipes.FILEIN_STDOUT)
/external/python/cpython3/Lib/test/
H A Dtest_pipes.py49 t.append(s_command + ' < $IN', pipes.FILEIN_STDOUT)
140 pipes.FILEIN_STDOUT)
174 pipes.FILEIN_STDOUT)
/external/python/cpython2/Lib/
H A Dpipes.py71 FILEIN_STDOUT = 'f-' # Must read a real file variable
76 stepkinds = [FILEIN_FILEOUT, STDIN_FILEOUT, FILEIN_STDOUT, STDIN_STDOUT, \
/external/python/cpython3/Lib/
H A Dpipes.py73 FILEIN_STDOUT = 'f-' # Must read a real file variable
78 stepkinds = [FILEIN_FILEOUT, STDIN_FILEOUT, FILEIN_STDOUT, STDIN_STDOUT, \

Completed in 202 milliseconds