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

Method readinto

crates/vm/src/stdlib/_io.rs:710–712  ·  view source on GitHub ↗
(_instance: PyObjectRef, _args: FuncArgs, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

708
709 #[pymethod]
710 fn readinto(_instance: PyObjectRef, _args: FuncArgs, vm: &VirtualMachine) -> PyResult {
711 Err(vm.new_not_implemented_error(String::new()))
712 }
713
714 #[pymethod]
715 fn write(_instance: PyObjectRef, _args: FuncArgs, vm: &VirtualMachine) -> PyResult {

Callers

nothing calls this directly

Calls 15

newFunction · 0.85
handle_from_fdFunction · 0.85
is_invalid_handleFunction · 0.85
get_fdMethod · 0.80
allow_threadsMethod · 0.80
check_signalsMethod · 0.80
as_mut_ptrMethod · 0.80
readFunction · 0.70
ErrClass · 0.50
SomeClass · 0.50
bufferMethod · 0.45

Tested by

no test coverage detected