Home
last modified time | relevance | path

Searched refs:strip_python_stderr (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/support/
Dscript_helper.py21 from test.support import strip_python_stderr
43 err = strip_python_stderr(err)
D__init__.py1901 def strip_python_stderr(stderr): function
/external/python/cpython2/Lib/test/
Dtest_hash.py164 out = test_support.strip_python_stderr(out)
Dtest_subprocess.py1098 err = test_support.strip_python_stderr(err)
1163 err = test_support.strip_python_stderr(os.read(stderr_no, 1024))
/external/python/futures/
Dtest_futures.py65 err = strip_python_stderr(err)
81 def strip_python_stderr(stderr): function
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst766 whitespaces from stderr. Remove ``test.support.strip_python_stderr()``