(self)
| 1139 | |
| 1140 | @unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: False is not true |
| 1141 | def test_free_after_iterating(self): |
| 1142 | check_free_after_iterating(self, iter, SequenceClass, (0,)) |
| 1143 | |
| 1144 | def test_error_iter(self): |
| 1145 | for typ in (DefaultIterClass, NoIterClass): |
nothing calls this directly
no test coverage detected