Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/support/
Dscript_helper.py24 def _assert_python(expected_success, *args, **env_vars): function
/external/python/cpython3/Lib/test/support/
Dscript_helper.py140 def _assert_python(expected_success, /, *args, **env_vars): function
/external/python/futures/
Dtest_futures.py42 def _assert_python(expected_success, *args, **env_vars): function
/external/python/cpython3/Lib/test/
Dtest_subprocess.py297 def _assert_python(self, pre_args, **kwargs): member in ProcessTestCase