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

Function stdlib_landmarks

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

Source from the content-addressed store, hash-verified

25 }
26
27 pub fn stdlib_landmarks() -> [String; 2] {
28 let subdir = stdlib_subdir();
29 [format!("{}/os.py", subdir), format!("{}/os.pyc", subdir)]
30 }
31
32 pub fn platstdlib_landmark() -> String {
33 format!(

Callers 1

calculate_prefixFunction · 0.85

Calls 1

stdlib_subdirFunction · 0.85

Tested by

no test coverage detected