MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / watched_var_os

Function watched_var_os

python3-sys/build.rs:67–70  ·  view source on GitHub ↗
(key: &str)

Source from the content-addressed store, hash-verified

65];
66
67fn watched_var_os(key: &str) -> Option<OsString> {
68 println!("cargo:rerun-if-env-changed={}", key);
69 env::var_os(key)
70}
71
72/// Examine python's compile flags to pass to cfg by launching
73/// the interpreter and printing variables of interest from

Callers 2

configure_from_pathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected