MCPcopy Index your code
hub / github.com/RustPython/RustPython / unregister_unpack_format

Function unregister_unpack_format

Lib/shutil.py:1299–1301  ·  view source on GitHub ↗

Removes the pack format from the registry.

(name)

Source from the content-addressed store, hash-verified

1297 _UNPACK_FORMATS[name] = extensions, function, extra_args, description
1298
1299def unregister_unpack_format(name):
1300 """Removes the pack format from the registry."""
1301 del _UNPACK_FORMATS[name]
1302
1303def _ensure_directory(path):
1304 """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