MCPcopy 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_newMethod · 0.85
getppidFunction · 0.85
get_process_timeFunction · 0.85
timesFunction · 0.85

Calls 1

WinHandleClass · 0.85

Tested by

no test coverage detected