Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ sysconfigdata_name
Function
sysconfigdata_name
crates/vm/src/stdlib/sys.rs:1909–1916 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1907
}
1908
1909
pub(crate) fn sysconfigdata_name() -> String {
1910
format!(
1911
"_sysconfigdata_{}_{}_{}"
,
1912
sys::ABIFLAGS,
1913
sys::PLATFORM,
1914
sys::multiarch()
1915
)
1916
}
Callers
2
module_exec
Function · 0.85
initialize_main_vm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected