Home
last modified time | relevance | path

Searched refs:python_exit_code (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_cmd_line.py10 python_exit_code
20 return python_exit_code(*args)
/external/python/cpython2/Lib/test/support/
Dscript_helper.py64 def python_exit_code(*args): function