Home
last modified time | relevance | path

Searched refs:capturestderr (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dpopen2.py40 def __init__(self, cmd, capturestderr=False, bufsize=-1): argument
54 if capturestderr:
61 if capturestderr:
68 if capturestderr:
/external/python/cpython2/Doc/library/
Dpopen2.rst65 .. class:: Popen3(cmd[, capturestderr[, bufsize]])
73 *capturestderr* flag, if true, specifies that the object should capture standard
129 *capturestderr* was true for the constructor, otherwise ``None``. This will
Dsubprocess.rst896 * the *capturestderr* argument is replaced with the *stderr* argument.
/external/python/cpython2/Doc/faq/
Dlibrary.rst561 (capturestderr may not work under windows.)
564 def __init__(self,command,input=None,capturestderr=None):
571 if capturestderr:
579 if capturestderr: