Searched refs:_make_zipfile (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | shutil.py | 438 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function 496 'zip': (_make_zipfile, [], "ZIP file")
|
/external/python/cpython3/Lib/ |
D | shutil.py | 922 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function 973 _ARCHIVE_FORMATS['zip'] = (_make_zipfile, [], "ZIP file")
|