Searched refs:_make_launch_script (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_cmd_line_script.py | 61 def _make_launch_script(script_dir, script_basename, module_name, path=None): function 155 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg.script') 161 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg.script', zip_name) 167 … launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg.test_pkg.script', zip_name) 175 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg') 186 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg') 196 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg') 208 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg')
|
/external/python/cpython3/Lib/test/ |
D | test_multiprocessing_main_handling.py | 136 def _make_launch_script(script_dir, script_basename, module_name, path=None): function 242 launch_name = _make_launch_script(script_dir, 'launch', 249 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg.script', zip_name) 255 … launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg.test_pkg.script', zip_name) 265 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg') 278 launch_name = _make_launch_script(script_dir, 'launch', 'test_pkg')
|