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

Function _make_link

Lib/test/test_zipfile/_path/test_path.py:24–25  ·  view source on GitHub ↗
(info: zipfile.ZipInfo)

Source from the content-addressed store, hash-verified

22
23
24def _make_link(info: zipfile.ZipInfo): # type: ignore[name-defined]
25 info.external_attr |= stat.S_IFLNK << 16
26
27
28def build_alpharep_fixture():

Callers 1

build_alpharep_fixtureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…