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

Function watched_var_os

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

Source from the content-addressed store, hash-verified

68];
69
70fn watched_var_os(key: &str) -> Option<OsString> {
71 println!("cargo:rerun-if-env-changed={}", key);
72 env::var_os(key)
73}
74
75/// Examine python's compile flags to pass to cfg by launching
76/// 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