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

Function unregister_unpack_format

Lib/shutil.py:1302–1304  ·  view source on GitHub ↗

Removes the pack format from the registry.

(name)

Source from the content-addressed store, hash-verified

1300 _UNPACK_FORMATS[name] = extensions, function, extra_args, description
1301
1302def unregister_unpack_format(name):
1303 """Removes the pack format from the registry."""
1304 del _UNPACK_FORMATS[name]
1305
1306def _ensure_directory(path):
1307 """Ensure that the parent directory of `path` exists"""

Callers 1

test_unpack_registryMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_unpack_registryMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…