Searched refs:run_python_until_end (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_c_locale_coercion.py | 14 run_python_until_end, 92 result, py_cmd = run_python_until_end("-c", cmd, PYTHONCOERCECLOCALE='') 156 result, py_cmd = run_python_until_end(
|
D | test_compile.py | 521 res = script_helper.run_python_until_end(fn)[0] 531 res = script_helper.run_python_until_end(fn)[0]
|
D | test_io.py | 40 from test.support.script_helper import assert_python_ok, run_python_until_end 4097 res, _ = run_python_until_end("-c", code)
|
/external/python/cpython3/Lib/test/support/ |
D | script_helper.py | 88 def run_python_until_end(*args, **env_vars): function 141 res, cmd_line = run_python_until_end(*args, **env_vars)
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1336 .. function:: run_python_until_end(*args, **env_vars)
|