Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dscript_helper.py24 def _assert_python(expected_success, *args, **env_vars): function
55 return _assert_python(True, *args, **env_vars)
62 return _assert_python(False, *args, **env_vars)