Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cmd_line_script.py7 from test.script_helper import (run_python,
70 exit_code, data = run_python(*run_args)
90 exit_code, data = run_python(*run_args)
Dtest_zipimport_support.py17 from test.script_helper import (spawn_python, kill_python, run_python,
194 exit_code, data = run_python(script_name)
203 exit_code, data = run_python(zip_name)
Dscript_helper.py82 def run_python(*args, **kwargs): function
Dtest_fileio.py15 from test.script_helper import run_python
419 _, out = run_python('-c', 'import _io; _io.FileIO(%r)' % filename, env=env)