MCPcopy Index your code
hub / github.com/RustPython/RustPython / WinHandle

Class WinHandle

crates/vm/src/windows.rs:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13/// Windows HANDLE wrapper for Python interop
14#[derive(Clone, Copy)]
15pub struct WinHandle(pub HANDLE);
16
17pub(crate) trait WindowsSysResultValue {
18 type Ok: ToPyObject;

Callers 15

into_okMethod · 0.85
try_from_objectMethod · 0.85
CreateFileFunction · 0.85
GetStdHandleFunction · 0.85
CreatePipeFunction · 0.85
DuplicateHandleFunction · 0.85
GetCurrentProcessFunction · 0.85
CreateProcessFunction · 0.85
OpenProcessFunction · 0.85
CreateJobObjectFunction · 0.85
OpenMutexWFunction · 0.85
CreateNamedPipeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected