(zelf: PyObjectRef, vm: &VirtualMachine)
| 440 | |
| 441 | #[pymethod] |
| 442 | fn fileno(zelf: PyObjectRef, vm: &VirtualMachine) -> PyResult { |
| 443 | _unsupported(vm, &zelf, "fileno") |
| 444 | } |
| 445 | |
| 446 | #[pyattr] |
| 447 | fn __closed(ctx: &Context) -> PyRef<PyBool> { |
no test coverage detected