MCPcopy Index your code
hub / github.com/RustPython/RustPython / platstdlib_landmark

Function platstdlib_landmark

crates/vm/src/getpath.rs:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 pub fn platstdlib_landmark() -> String {
33 format!(
34 "lib/python{}.{}/lib-dynload",
35 version::MAJOR,
36 version::MINOR
37 )
38 }
39
40 pub fn zip_landmark() -> String {
41 format!("lib/python{}{}.zip", version::MAJOR, version::MINOR)

Callers 2

calculate_exec_prefixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected