MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _make_zipfile

Function _make_zipfile

Lib/shutil.py:416–461  ·  view source on GitHub ↗

Create a zip file from all the files under 'base_dir'. The output zip file will be named 'base_name' + ".zip". Uses either the "zipfile" Python module (if available) or the InfoZIP "zip" utility (if installed and found on the default search path). If neither tool is available, rai

(base_name, base_dir, verbose=0, dry_run=0, logger=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

writeMethod · 0.95
closeMethod · 0.95
_call_external_zipFunction · 0.85
walkMethod · 0.80
existsMethod · 0.45
infoMethod · 0.45
joinMethod · 0.45
isfileMethod · 0.45

Tested by

no test coverage detected