Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _make_link
Function
_make_link
Lib/test/test_zipfile/_path/test_path.py:25–26 ·
view source on GitHub ↗
(info: zipfile.ZipInfo)
Source
from the content-addressed store, hash-verified
23
24
25
def
_make_link(info: zipfile.ZipInfo):
# type: ignore[name-defined]
26
info.external_attr |= stat.S_IFLNK << 16
27
28
29
def
build_alpharep_fixture():
Callers
1
build_alpharep_fixture
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected