(instance: PyObjectRef, vm: &VirtualMachine)
| 494 | |
| 495 | #[pymethod] |
| 496 | fn close(instance: PyObjectRef, vm: &VirtualMachine) -> PyResult<()> { |
| 497 | iobase_close(&instance, vm) |
| 498 | } |
| 499 | |
| 500 | #[pymethod] |
| 501 | fn readline( |
nothing calls this directly
no test coverage detected