Home
last modified time | relevance | path

Searched refs:spawn_python (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cmd_line.py7 from test.script_helper import spawn_python, kill_python, python_exit_code
12 p = spawn_python(*args)
69 p = spawn_python('-i', '-m', 'timeit', '-n', '1')
Dscript_helper.py65 def spawn_python(*args, **kwargs): function
84 p = spawn_python(*args, **kwargs)
86 p = spawn_python('-O', *args, **kwargs)
Dtest_zipimport_support.py17 from test.script_helper import (spawn_python, kill_python, run_python,
221 p = spawn_python(script_name)
227 p = spawn_python(zip_name)