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

Method __reduce_ex__

crates/vm/src/builtins/memory.rs:947–949  ·  view source on GitHub ↗
(&self, _proto: usize, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

945
946 #[pymethod]
947 fn __reduce_ex__(&self, _proto: usize, vm: &VirtualMachine) -> PyResult {
948 self.__reduce__(vm)
949 }
950
951 #[pymethod]
952 fn __reduce__(&self, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 1

__reduce__Method · 0.45

Tested by

no test coverage detected