Searched refs:run_python_until_end (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_c_locale_coercion.py | 12 from test.support.script_helper import run_python_until_end 93 result, py_cmd = run_python_until_end("-c", cmd, PYTHONCOERCECLOCALE='') 144 result, py_cmd = run_python_until_end(
|
D | test_compile.py | 544 res = script_helper.run_python_until_end(fn)[0] 554 res = script_helper.run_python_until_end(fn)[0]
|
D | test_io.py | 41 assert_python_ok, assert_python_failure, run_python_until_end) 4369 res, _ = run_python_until_end("-c", code)
|
/aosp_15_r20/external/python/cpython3/Lib/test/support/ |
D | script_helper.py | 95 def run_python_until_end(*args, **env_vars): function 149 res, cmd_line = run_python_until_end(*args, **env_vars)
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a2.rst | 763 :mod:`test.support`: :func:`~test.support.run_python_until_end`,
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | test.rst | 1124 .. function:: run_python_until_end(*args, **env_vars)
|