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

Function _make_test_zip_pkg

Lib/test/test_cmd_line_script.py:81–86  ·  view source on GitHub ↗
(zip_dir, zip_basename, pkg_name, script_basename,
                       source=test_source, depth=1)

Source from the content-addressed store, hash-verified

79 return to_return
80
81def _make_test_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename,
82 source=test_source, depth=1):
83 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename,
84 source, depth)
85 importlib.invalidate_caches()
86 return to_return
87
88
89@support.force_not_colorized_test_class

Calls 2

make_zip_pkgFunction · 0.90
invalidate_cachesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…