MCPcopy Index your code
hub / github.com/python/cpython / unregister_archive_format

Function unregister_archive_format

Lib/shutil.py:1181–1182  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1179 _ARCHIVE_FORMATS[name] = (function, extra_args, description)
1180
1181def unregister_archive_format(name):
1182 del _ARCHIVE_FORMATS[name]
1183
1184def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
1185 dry_run=0, owner=None, group=None, logger=None):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…