()
| 21 | pub const BUILDSTDLIB_LANDMARK: &str = "Lib/os.py"; |
| 22 | |
| 23 | pub fn stdlib_subdir() -> String { |
| 24 | format!("lib/python{}.{}", version::MAJOR, version::MINOR) |
| 25 | } |
| 26 | |
| 27 | pub fn stdlib_landmarks() -> [String; 2] { |
| 28 | let subdir = stdlib_subdir(); |
no outgoing calls
no test coverage detected