MCPcopy 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
73impl ToPyObject for WinHandle {
74 fn to_pyobject(self, vm: &VirtualMachine) -> PyObjectRef {
75 (self.0 as HandleInt).to_pyobject(vm)
76 }
77}
78
79pub fn init_winsock() {

Callers 1

to_pyresultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected