Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __reduce__
Method
__reduce__
crates/vm/src/builtins/memory.rs:952–954 ·
view source on GitHub ↗
(&self, vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
950
951
#[pymethod]
952
fn __reduce__(&self, vm: &VirtualMachine) -> PyResult {
953
Err(vm.new_type_error(
"cannot pickle 'memoryview' object"
))
954
}
955
}
956
957
#[derive(FromArgs)]
Callers
1
__reduce_ex__
Method · 0.45
Calls
5
builtins_iter
Function · 0.85
Err
Class · 0.50
reduce
Method · 0.45
lock
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected