Searched refs:kill_python (Results 1 – 14 of 14) sorted by relevance
| /external/python/cpython3/Lib/test/ |
| D | test_repl.py | 9 from test.support.script_helper import kill_python 57 output = kill_python(p) 92 output = kill_python(p)
|
| D | test_cmd_line_script.py | 21 assert_python_ok, assert_python_failure, spawn_python, kill_python) 167 out = kill_python(p) 188 kill_python(p) 677 out_by_name = kill_python(p).decode().splitlines() 682 out_by_dir = kill_python(p).decode().splitlines() 686 out_by_dir_isolated = kill_python(p).decode().splitlines() 712 out_by_module = kill_python(p).decode().splitlines() 717 out_by_package = kill_python(p).decode().splitlines()
|
| D | test_zipimport_support.py | 17 from test.support.script_helper import (spawn_python, kill_python, assert_python_ok, 227 data = kill_python(p) 234 data = kill_python(p)
|
| D | test_cmd_line.py | 14 spawn_python, kill_python, assert_python_ok, assert_python_failure, 25 data = kill_python(p) 136 data = kill_python(p) 357 data = kill_python(p)
|
| D | test_compileall.py | 762 script_helper.kill_python(p)
|
| /external/python/cpython2/Lib/test/ |
| D | test_cmd_line.py | 9 assert_python_ok, assert_python_failure, spawn_python, kill_python, 17 return kill_python(p) 76 data = kill_python(p)
|
| D | test_zipimport_support.py | 17 from test.script_helper import (spawn_python, kill_python, run_python, 235 data = kill_python(p) 241 data = kill_python(p)
|
| /external/python/cpython2/Lib/test/support/ |
| D | script_helper.py | 78 def kill_python(p): function 93 stdout_data = kill_python(p)
|
| /external/python/cpython2/PC/VS9.0/ |
| D | build.bat | 54 vcbuild "%dir%kill_python.vcproj" "%conf%|%platf%" && "%builddir%kill_python%dbg_ext%.exe"
|
| D | pcbuild.sln | 133 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kill_python", "kill_python.vcproj", "{6DE10744…
|
| /external/python/cpython3/Lib/test/support/ |
| D | script_helper.py | 197 def kill_python(p): function
|
| /external/python/cpython2/PC/VS8.0/ |
| D | pcbuild.sln | 133 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kill_python", "kill_python.vcproj", "{6DE10744…
|
| /external/python/cpython3/Doc/library/ |
| D | test.rst | 1134 .. function:: kill_python(p)
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 3176 - Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
|