Searched refs:make_zipfile (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | archive_util.py | 121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function 180 'zip': (make_zipfile, [],"ZIP file")
|
/external/python/cpython3/Lib/distutils/ |
D | archive_util.py | 127 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function 193 'zip': (make_zipfile, [],"ZIP file")
|
/external/scapy/ |
D | setup.py | 21 fname = archive_util.make_zipfile(base_name, base_dir, verbose, dry_run)
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_archive_util.py | 12 make_zipfile, make_archive, 242 make_zipfile(base_name, 'dist') 267 make_zipfile(base_name, 'dist')
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_archive_util.py | 13 make_zipfile, make_archive, 215 make_zipfile(base_name, tmpdir)
|
/external/python/setuptools/setuptools/command/ |
D | bdist_egg.py | 233 make_zipfile(self.egg_output, archive_root, verbose=self.verbose, 471 def make_zipfile(zip_filename, base_dir, verbose=0, dry_run=0, compress=True, function
|
D | easy_install.py | 987 bdist_egg.make_zipfile(
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 896 .. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 903 .. function:: make_zipfile(base_name, base_dir[, verbose=0, dry_run=0])
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9959 - Issue #11501: distutils.archive_utils.make_zipfile no longer fails if zlib is
|