/external/python/cpython3/Lib/test/ |
test_script_helper.py | 44 script_helper._assert_python(True, '-c', 'None') 63 script_helper._assert_python(True, '-c', 'None')
|
test_cmd_line.py | 449 # Add "without='-E'" to prevent _assert_python to append -E
|
test_subprocess.py | 277 def _assert_python(self, pre_args, **kwargs): member in class:ProcessTestCase 294 self._assert_python([doesnotexist, "-c"], executable=sys.executable) 301 self._assert_python(pre_args) 303 self._assert_python, pre_args, 310 self._assert_python([], executable=sys.executable, shell=True) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
script_helper.py | 18 def _assert_python(expected_success, *args, **env_vars):
function 49 return _assert_python(True, *args, **env_vars)
56 return _assert_python(False, *args, **env_vars)
|
/external/python/cpython2/Lib/test/ |
script_helper.py | 24 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)
|
test_cmd_line.py | 124 # Add "without='-E'" to prevent _assert_python to append -E
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
script_helper.py | 24 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)
|
test_cmd_line.py | 124 # Add "without='-E'" to prevent _assert_python to append -E
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
script_helper.py | 24 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)
|
test_cmd_line.py | 124 # Add "without='-E'" to prevent _assert_python to append -E
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
script_helper.py | 24 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)
|
test_cmd_line.py | 124 # Add "without='-E'" to prevent _assert_python to append -E
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
script_helper.py | 24 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)
|
test_cmd_line.py | 124 # Add "without='-E'" to prevent _assert_python to append -E
|
/external/python/cpython3/Lib/test/support/ |
script_helper.py | 110 def _assert_python(expected_success, *args, **env_vars): function 150 return _assert_python(True, *args, **env_vars) 160 return _assert_python(False, *args, **env_vars)
|
/external/python/futures/ |
test_futures.py | 42 def _assert_python(expected_success, *args, **env_vars): function 78 return _assert_python(True, *args, **env_vars)
|