Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ GetCurrentProcess
Function
GetCurrentProcess
crates/vm/src/stdlib/_winapi.rs:207–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
205
206
#[pyfunction]
207
fn GetCurrentProcess() -> WinHandle {
208
WinHandle(unsafe { windows_sys::Win32::System::Threading::GetCurrentProcess() })
209
}
210
211
#[pyfunction]
212
fn GetFileType(
Callers
4
py_new
Method · 0.85
getppid
Function · 0.85
get_process_time
Function · 0.85
times
Function · 0.85
Calls
1
WinHandle
Class · 0.85
Tested by
no test coverage detected