Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ to_pyobject
Method
to_pyobject
crates/vm/src/windows.rs:74–76 ·
view source on GitHub ↗
(self, vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
72
73
impl ToPyObject for WinHandle {
74
fn to_pyobject(self, vm: &VirtualMachine) -> PyObjectRef {
75
(self.0 as HandleInt).to_pyobject(vm)
76
}
77
}
78
79
pub fn init_winsock() {
Callers
1
to_pyresult
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected