MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / unpack_archive

Function unpack_archive

test/simple_source/bug35/04_call_function.py:61–62  ·  view source on GitHub ↗
(func, filename, dict, format_info, extract_dir=None)

Source from the content-addressed store, hash-verified

59
60# From 3.6.4 shutil
61def unpack_archive(func, filename, dict, format_info, extract_dir=None):
62 func(filename, extract_dir, **dict(format_info[2]))
63
64# From 3.5.5 test_xrdrlib.py
65import xdrlib

Callers

nothing calls this directly

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected