Home
last modified time | relevance | path

Searched refs:_make_zipfile (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dshutil.py438 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/
Dshutil.py922 def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function
973 _ARCHIVE_FORMATS['zip'] = (_make_zipfile, [], "ZIP file")