Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ zip_landmark
Function
zip_landmark
crates/vm/src/getpath.rs:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
pub fn zip_landmark() -> String {
41
format!(
"lib/python{}{}.zip"
, version::MAJOR, version::MINOR)
42
}
43
}
44
45
#[cfg(windows)]
Callers
2
calculate_prefix
Function · 0.85
build_module_search_paths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected