Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/support/
Dscript_helper.py24 def _assert_python(expected_success, *args, **env_vars): function
/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dscript_helper.py148 def _assert_python(expected_success, /, *args, **env_vars): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_subprocess.py347 def _assert_python(self, pre_args, **kwargs): member in ProcessTestCase