Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_c_locale_coercion.py12 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(
Dtest_compile.py525 res = script_helper.run_python_until_end(fn)[0]
535 res = script_helper.run_python_until_end(fn)[0]
Dtest_io.py42 assert_python_ok, assert_python_failure, run_python_until_end)
4339 res, _ = run_python_until_end("-c", code)
/third_party/python/Lib/test/support/
Dscript_helper.py90 def run_python_until_end(*args, **env_vars): function
143 res, cmd_line = run_python_until_end(*args, **env_vars)
/third_party/python/Misc/NEWS.d/
D3.9.0a2.rst763 :mod:`test.support`: :func:`~test.support.run_python_until_end`,
/third_party/python/Doc/library/
Dtest.rst1088 .. function:: run_python_until_end(*args, **env_vars)