Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ GetACP
Function
GetACP
crates/vm/src/stdlib/_winapi.rs:202–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
201
#[pyfunction]
202
fn GetACP() -> u32 {
203
unsafe { windows_sys::Win32::Globalization::GetACP() }
204
}
205
206
#[pyfunction]
207
fn GetCurrentProcess() -> WinHandle {
Callers
2
test_mbcs_code_page
Method · 0.90
getencoding
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_mbcs_code_page
Method · 0.72