(zelf: PyObjectRef, vm: &VirtualMachine)
| 777 | |
| 778 | #[pymethod] |
| 779 | fn detach(zelf: PyObjectRef, vm: &VirtualMachine) -> PyResult { |
| 780 | _unsupported(vm, &zelf, "detach") |
| 781 | } |
| 782 | } |
| 783 | |
| 784 | // TextIO Base has no public constructor |
nothing calls this directly
no test coverage detected