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

Method to_pyobject

crates/vm/src/utils.rs:18–20  ·  view source on GitHub ↗
(self, _vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

16
17impl ToPyObject for core::convert::Infallible {
18 fn to_pyobject(self, _vm: &VirtualMachine) -> PyObjectRef {
19 match self {}
20 }
21}
22
23pub trait ToCString: AsRef<Wtf8> {

Callers 8

queryMethod · 0.45
unpackMethod · 0.45
split_exceptionMethod · 0.45
with_subtypeMethod · 0.45
buildMethod · 0.45
to_os_error_builderMethod · 0.45
execute_instructionMethod · 0.45
filenameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected