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

Function make_archive

Lib/shutil.py:504–556  ·  view source on GitHub ↗

Create an archive file (eg. zip or tar). 'base_name' is the name of the file to create, minus any format-specific extension; 'format' is the archive format: one of "zip", "tar", "bztar" or "gztar". 'root_dir' is a directory that will be the root directory of the archive; ie. we

(base_name, format, root_dir=None, base_dir=None, verbose=0,
                 dry_run=0, owner=None, group=None, logger=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

debugMethod · 0.45
chdirMethod · 0.45

Tested by

no test coverage detected