Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_c_locale_coercion.py14 run_python_until_end,
92 result, py_cmd = run_python_until_end("-c", cmd, PYTHONCOERCECLOCALE='')
156 result, py_cmd = run_python_until_end(
Dtest_compile.py521 res = script_helper.run_python_until_end(fn)[0]
531 res = script_helper.run_python_until_end(fn)[0]
Dtest_io.py40 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/
Dscript_helper.py88 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/
Dtest.rst1336 .. function:: run_python_until_end(*args, **env_vars)