Home
last modified time | relevance | path

Searched refs:python_exit_code (Results 1 – 2 of 2) 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
16 return python_exit_code(*args)
Dscript_helper.py58 def python_exit_code(*args): function