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

Method read1

crates/vm/src/stdlib/_io.rs:734–736  ·  view source on GitHub ↗
(zelf: PyObjectRef, _size: OptionalArg, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

732
733 #[pymethod]
734 fn read1(zelf: PyObjectRef, _size: OptionalArg, vm: &VirtualMachine) -> PyResult {
735 _unsupported(vm, &zelf, "read1")
736 }
737
738 fn _readinto(
739 zelf: PyObjectRef,

Callers

nothing calls this directly

Calls 1

_unsupportedFunction · 0.85

Tested by

no test coverage detected