Searched refs:zip_basename (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/support/ |
D | script_helper.py | 212 def make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None): argument 213 zip_filename = zip_basename+os.extsep+'zip' 235 def make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, argument 249 zip_filename = zip_basename+os.extsep+'zip'
|
/third_party/python/Lib/test/ |
D | test_multiprocessing_main_handling.py | 119 def _make_test_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, argument 121 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename,
|
D | test_cmd_line_script.py | 83 def _make_test_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, argument 85 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename,
|
/third_party/python/Doc/library/ |
D | test.rst | 1590 .. function:: make_zip_script(zip_dir, zip_basename, script_name, name_in_zip=None) 1592 Create zip file at *zip_dir* and *zip_basename* with extension ``zip`` which 1603 .. function:: make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, \ 1606 Create a zip package directory with a path of *zip_dir* and *zip_basename*
|