Home
last modified time | relevance | path

Searched refs:run_python (Results 1 – 4 of 4) sorted by relevance

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