Searched refs:zip_basename (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/support/ |
D | script_helper.py | 221 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument 222 zip_filename = zip_basename+os.extsep+'zip' 246 def make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, argument 260 zip_filename = zip_basename+os.extsep+'zip'
|
/third_party/python/Lib/test/ |
D | test_multiprocessing_main_handling.py | 121 def _make_test_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, argument 123 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename,
|
D | test_cmd_line_script.py | 85 def _make_test_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, argument 87 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename,
|
/third_party/python/Doc/library/ |
D | test.rst | 1157 .. function:: make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None) 1159 Create zip file at *zip_dir* and *zip_basename* with extension ``zip`` which 1170 .. function:: make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, \ 1173 Create a zip package directory with a path of *zip_dir* and *zip_basename*
|