Searched refs:capturestderr (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ |
D | popen2.py | 40 def __init__(self, cmd, capturestderr=False, bufsize=-1): argument 54 if capturestderr: 61 if capturestderr: 68 if capturestderr:
|
/external/python/cpython2/Doc/library/ |
D | popen2.rst | 65 .. 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
|
D | subprocess.rst | 896 * the *capturestderr* argument is replaced with the *stderr* argument.
|
/external/python/cpython3/Doc/faq/ |
D | library.rst | 586 (capturestderr may not work under windows.) 589 def __init__(self,command,input=None,capturestderr=None): 596 if capturestderr: 604 if capturestderr:
|
/external/python/cpython2/Doc/faq/ |
D | library.rst | 561 (capturestderr may not work under windows.) 564 def __init__(self,command,input=None,capturestderr=None): 571 if capturestderr: 579 if capturestderr:
|
/external/python/cpython3/Doc/library/ |
D | subprocess.rst | 1392 * The *capturestderr* argument is replaced with the *stderr* argument.
|