(zelf: PyObjectRef, _size: OptionalArg, vm: &VirtualMachine)
| 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, |
nothing calls this directly
no test coverage detected