(_zelf: PyRef<Self>, _vm: &VirtualMachine)
| 603 | } |
| 604 | |
| 605 | fn iter(_zelf: PyRef<Self>, _vm: &VirtualMachine) -> PyResult { |
| 606 | unreachable!("slot_iter is implemented") |
| 607 | } |
| 608 | } |
| 609 | |
| 610 | impl IterNext for _IOBase { |
no outgoing calls
no test coverage detected