Searched refs:kill_python (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_repl.py | 9 from test.support.script_helper import kill_python 52 output = kill_python(process) 77 output = kill_python(p) 112 output = kill_python(p)
|
| D | test_cmd_line_script.py | 21 assert_python_ok, assert_python_failure, spawn_python, kill_python) 169 out = kill_python(p) 190 kill_python(p) 704 out_by_name = kill_python(p).decode().splitlines() 709 out_by_dir = kill_python(p).decode().splitlines() 713 out_by_dir_isolated = kill_python(p).decode().splitlines() 739 out_by_module = kill_python(p).decode().splitlines() 744 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, 27 data = kill_python(p) 178 data = kill_python(p) 410 data = kill_python(p)
|
| D | test_compileall.py | 784 script_helper.kill_python(p)
|
| /third_party/python/Lib/test/support/ |
| D | script_helper.py | 204 def kill_python(p): function
|
| /third_party/python/Doc/library/ |
| D | test.rst | 1170 .. function:: kill_python(p)
|
| /third_party/python/Misc/ |
| D | HISTORY | 3176 - Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
|