Searched defs:run_python (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dscript_helper.py88 def run_python(*args, **kwargs): function
H A Dtest_cmd_line_script.py8 from test.script_helper import (run_python, namespace
74 exit_code, data = run_python(*run_args)
94 exit_code, data = run_python(*run_args)
H A Dtest_zipimport_support.py17 from test.script_helper import (spawn_python, kill_python, run_python, namespace
206 exit_code, data = run_python(script_name)
215 exit_code, data = run_python(zip_name)
H A Dtest_fileio.py16 from test.script_helper import run_python namespace
484 _, out = run_python('-c', 'import _io; _io.FileIO(%r)' % filename, env=env)

Completed in 109 milliseconds